Adjust <sys/stdint.h> for latest Newlib

This commit is contained in:
Sebastian Huber 2016-04-18 14:46:03 +02:00
parent 04762cf575
commit b36759105e

View File

@ -34,8 +34,10 @@
#ifndef __rtems__ #ifndef __rtems__
#include <machine/_stdint.h> #include <machine/_stdint.h>
#endif /* __rtems__ */
#include <sys/_stdint.h> #include <sys/_stdint.h>
#ifndef __rtems__
typedef __int_least8_t int_least8_t; typedef __int_least8_t int_least8_t;
typedef __int_least16_t int_least16_t; typedef __int_least16_t int_least16_t;
typedef __int_least32_t int_least32_t; typedef __int_least32_t int_least32_t;