mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 00:49:42 +08:00
Adjust <sys/stdint.h> for latest Newlib
This commit is contained in:
parent
04762cf575
commit
b36759105e
@ -34,8 +34,10 @@
|
||||
|
||||
#ifndef __rtems__
|
||||
#include <machine/_stdint.h>
|
||||
#endif /* __rtems__ */
|
||||
#include <sys/_stdint.h>
|
||||
|
||||
#ifndef __rtems__
|
||||
typedef __int_least8_t int_least8_t;
|
||||
typedef __int_least16_t int_least16_t;
|
||||
typedef __int_least32_t int_least32_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user