add support for uClibc version 0.9.32 based on git rev a7642511b08b0b8a4012bab67cb8aa...
[openwrt/svn-archive/archive.git] / toolchain / uClibc / patches-0.9.32 / 140-math_decl.patch
1 --- a/libc/sysdeps/linux/common/bits/mathcalls.h
2 +++ b/libc/sysdeps/linux/common/bits/mathcalls.h
3 @@ -237,8 +237,7 @@ __END_NAMESPACE_C99
4
5
6 /* Return nonzero if VALUE is not a number. */
7 -/* DELETE? __MATHDECL_PRIV adds another "__": so this is "____isnan"???! */
8 -/*__MATHDECL_PRIV (int,__isnan,, (_Mdouble_ __value), (__const__))*/
9 +__MATHDECL_PRIV (int,isnan,, (_Mdouble_ __value), (__const__));
10
11 #if defined __USE_MISC || defined __USE_XOPEN
12 /* Return nonzero if VALUE is not a number. */