3b9a6a99c2426ec6b2ed9a73f59c8a73052a1775
[openwrt.git] / toolchain / uClibc / patches-0.9.30.2 / 140-math_decl.patch
1 --- a/libc/sysdeps/linux/common/bits/mathcalls.h
2 +++ b/libc/sysdeps/linux/common/bits/mathcalls.h
3 @@ -229,7 +229,7 @@
4
5
6 /* Return nonzero if VALUE is not a number. */
7 -__MATHDECL_PRIV (int,__isnan,, (_Mdouble_ __value), (__const__));
8 +__MATHDECL_PRIV (int,isnan,, (_Mdouble_ __value), (__const__));
9
10 #if defined __USE_MISC || defined __USE_XOPEN
11 /* Return nonzero if VALUE is not a number. */
This page took 0.056001 seconds and 3 git commands to generate.