Add Changelog ...
[glibc.git] / sysdeps / ia64 / fpu / s_matherrl.c
blob6fe92d773906c3918c9508ee541cd3e7328fdebb
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 __matherrl(struct exceptionl *x)
22 int n=0;
23 if(x->arg1!=x->arg1) return 0;
24 return n;
26 weak_alias (__matherrl, matherrl)