* libc/include/sys/config.h: Include limits.h.

This commit is contained in:
Alexandre Oliva 2002-04-13 10:10:03 +00:00
parent 26116455c4
commit 0cc261b11d
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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;