conformtest: Fix isnan function return type.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 7 Nov 2012 19:41:03 +0000 (19:41 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 7 Nov 2012 19:41:03 +0000 (19:41 +0000)
ChangeLog
conform/data/math.h-data

index a20e2ae..78ce23d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
 
+       * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
+       Change function return type to int.
+
        * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
        Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
        [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
index 0d9246d..0a05b8d 100644 (file)
@@ -18,7 +18,7 @@ type float_t
 type double_t
 # endif
 # if defined XPG3 || defined XPG4 || defined UNIX98
-function double isnan (double)
+function int isnan (double)
 # endif
 
 # if !defined ISO99 && !defined ISO11 && !defined POSIX2008