Add missing comment regarding math.h.
This commit is contained in:
		| @@ -6,6 +6,9 @@ | |||||||
| 	* libc/include/ieeefp.h: Undef isnan and isinf to avoid | 	* libc/include/ieeefp.h: Undef isnan and isinf to avoid | ||||||
| 	conflict if <math.h> has previously been included. | 	conflict if <math.h> has previously been included. | ||||||
| 	* libc/include/math.h | 	* libc/include/math.h | ||||||
|  | 	* libc/include/math.h: Make isnan and isinf macros to | ||||||
|  | 	conform to C99. | ||||||
|  | 	(__isinfd, __isinff, __isnand, __isnanf): New functions. | ||||||
| 	* libm/common/Makefile.am: Add new s_isinfd, s_isnand, sf_isinff, | 	* libm/common/Makefile.am: Add new s_isinfd, s_isnand, sf_isinff, | ||||||
| 	and sf_isnanf files.  Also support s_isnan, sf_isnan, s_isinf, and | 	and sf_isnanf files.  Also support s_isnan, sf_isnan, s_isinf, and | ||||||
| 	sf_isinf files which have been moved from math/mathfp directories.  | 	sf_isinf files which have been moved from math/mathfp directories.  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user