2003-08-13 Jeff Johnston <jjohnstn@redhat.com>

* libc/include/math.h: Add prototypes for __signbitf and
        __signbitd.
This commit is contained in:
Jeff Johnston 2003-08-13 17:36:10 +00:00
parent 6763d47b1e
commit 6efbdc7da5
2 changed files with 7 additions and 0 deletions

View 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

View 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); \