2003-08-13 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h: Add prototypes for __signbitf and
        __signbitd.
			
			
This commit is contained in:
		| @@ -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> | 2003-07-31  Jeff Johnston  <jjohnstn@redhat.com> | ||||||
|  |  | ||||||
| 	* libc/ctype/iswalpha.c: Fix calls to __jp2uc to pass the | 	* 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 __fpclassifyf (float x); | ||||||
| extern int __fpclassifyd (double x); | extern int __fpclassifyd (double x); | ||||||
|  | extern int __signbitf (float x); | ||||||
|  | extern int __signbitd (double x); | ||||||
|  |  | ||||||
| #define fpclassify(x) \ | #define fpclassify(x) \ | ||||||
|           (__extension__ ({__typeof__(x) __x = (x); \ |           (__extension__ ({__typeof__(x) __x = (x); \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user