mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
2003-08-13 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h: Add prototypes for __signbitf and __signbitd.
This commit is contained in:
parent
6763d47b1e
commit
6efbdc7da5
@ -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
|
||||
|
@ -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); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user