summaryrefslogtreecommitdiff
path: root/conform
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-07 19:41:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-07 19:41:03 +0000
commit1b1264433382dd06d6fb7fa80a822f62ab6076fe (patch)
tree24a337adeca36aec0aff682a4a4e9302c2997c5d /conform
parentb961a5737a1e5389facb2e3c49a8c79a4055965e (diff)
conformtest: Fix isnan function return type.
Diffstat (limited to 'conform')
-rw-r--r--conform/data/math.h-data2
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/math.h-data b/conform/data/math.h-data
index 0d9246d8bc..0a05b8dc5d 100644
--- a/conform/data/math.h-data
+++ b/conform/data/math.h-data
@@ -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