From 6833780818c60b3f3a0a120f711369bb8158a0d5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 10 Sep 1999 19:43:01 +0000 Subject: Update. 1999-09-10 Ulrich Drepper * wcsmbs/wchar.h (WCHAR_MIN, WCHAR_MAX): Use all-numeric values. * sysdeps/generic/stdint.h: Correct WCHAR_MIN, WCHAR_MAX, and WINT_MAX values. * wctype/wctype.h: Remove incorrect towlower/towupper optimizations. 1999-09-09 Andreas Schwab * elf/link.h: Fix comment. 1999-09-10 Ulrich Drepper * math/bits/mathcalls.h: Add __isnan declaration [PR libc/1294]. * math/math.h: Pretty print. --- math/bits/mathcalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'math/bits') diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h index 7f41ef9711..0a4f3eaab4 100644 --- a/math/bits/mathcalls.h +++ b/math/bits/mathcalls.h @@ -210,6 +210,9 @@ __MATHCALLX (nan,, (__const char *__tagb), (__const__)); #endif +/* Return nonzero if VALUE is not a number. */ +__MATHDECLX (int,__isnan,, (_Mdouble_ __value), (__const__)); + #if defined __USE_MISC || defined __USE_XOPEN /* Return nonzero if VALUE is not a number. */ __MATHDECLX (int,isnan,, (_Mdouble_ __value), (__const__)); -- cgit v1.2.3