OSDN Git Service

2003-08-13 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 13 Aug 2003 17:36:09 +0000 (17:36 +0000)
committerjjohnstn <jjohnstn>
Wed, 13 Aug 2003 17:36:09 +0000 (17:36 +0000)
        * libc/include/math.h: Add prototypes for __signbitf and
        __signbitd.

newlib/ChangeLog
newlib/libc/include/math.h

index b8b1905..4c45647 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-13  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/include/math.h: Add prototypes for __signbitf and
+       __signbitd.
+
 2003-07-31  Jeff Johnston  <jjohnstn@redhat.com>
 
        * libc/ctype/iswalpha.c: Fix calls to __jp2uc to pass the
index 1be7511..dbbae00 100644 (file)
@@ -81,6 +81,8 @@ typedef double double_t;
 
 extern int __fpclassifyf (float x);
 extern int __fpclassifyd (double x);
+extern int __signbitf (float x);
+extern int __signbitd (double x);
 
 #define fpclassify(x) \
           (__extension__ ({__typeof__(x) __x = (x); \