140-math_decl.patch 401 B

1234567891011
  1. --- a/libc/sysdeps/linux/common/bits/mathcalls.h
  2. +++ b/libc/sysdeps/linux/common/bits/mathcalls.h
  3. @@ -229,7 +229,7 @@
  4. /* Return nonzero if VALUE is not a number. */
  5. -__MATHDECL_PRIV (int,__isnan,, (_Mdouble_ __value), (__const__));
  6. +__MATHDECL_PRIV (int,isnan,, (_Mdouble_ __value), (__const__));
  7. #if defined __USE_MISC || defined __USE_XOPEN
  8. /* Return nonzero if VALUE is not a number. */