]> sourceware.org Git - newlib-cygwin.git/commitdiff
2003-08-13 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 13 Aug 2003 17:36:10 +0000 (17:36 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 13 Aug 2003 17:36:10 +0000 (17:36 +0000)
        * libc/include/math.h: Add prototypes for __signbitf and
        __signbitd.

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

index b8b1905a052263ffd8be1f5211caf0aac976f10c..4c456470de9a3c19320861a14353cc8052c5fe71 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 1be7511dc94faefe224e501f0f270b7ae08540ae..dbbae0048696ae69b6262120fa48a5d2d3769fc1 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); \
This page took 0.047093 seconds and 5 git commands to generate.