* libc/include/sys/config.h: Include limits.h.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2002-04-13  Alexandre Oliva  <aoliva@redhat.com> | ||||
|  | ||||
| 	* libc/include/sys/config.h: Include limits.h. | ||||
|  | ||||
| 2002-04-12  Eric Norum  <eric.norum@usask.com> | ||||
|  | ||||
| 	* libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy | ||||
|   | ||||
| @@ -129,6 +129,8 @@ | ||||
| typedef short int __int16_t; | ||||
| typedef unsigned short int __uint16_t; | ||||
|  | ||||
| #include <limits.h> | ||||
|  | ||||
| #if INT_MAX == 32767 | ||||
| typedef long int __int32_t; | ||||
| typedef unsigned long int __uint32_t; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user