* libc/include/sys/config.h: Include limits.h.
This commit is contained in:
parent
26116455c4
commit
0cc261b11d
|
@ -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>
|
2002-04-12 Eric Norum <eric.norum@usask.com>
|
||||||
|
|
||||||
* libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy
|
* libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy
|
||||||
|
|
|
@ -129,6 +129,8 @@
|
||||||
typedef short int __int16_t;
|
typedef short int __int16_t;
|
||||||
typedef unsigned short int __uint16_t;
|
typedef unsigned short int __uint16_t;
|
||||||
|
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
#if INT_MAX == 32767
|
#if INT_MAX == 32767
|
||||||
typedef long int __int32_t;
|
typedef long int __int32_t;
|
||||||
typedef unsigned long int __uint32_t;
|
typedef unsigned long int __uint32_t;
|
||||||
|
|
Loading…
Reference in New Issue