Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / ia64 / fpu / s_matherrf.c
bloba47d4b89a20db33a57309c87f65b597bc315a7de
1 /* Derived from: */
2 /*
3 * ====================================================
4 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6 * Developed at SunPro, a Sun Microsystems, Inc. business.
7 * Permission to use, copy, modify, and distribute this
8 * software is freely granted, provided that this notice
9 * is preserved.
10 * ====================================================
14 #include <math.h>
15 #include <math_private.h>
16 #include "libm_support.h"
18 int
19 weak_function
20 __matherrf(struct exceptionf *x)
22 int n=0;
23 if(x->arg1!=x->arg1) return 0;
24 return n;
26 weak_alias (__matherrf, matherrf)