summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-18 14:46:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-30 16:06:42 +0200
commitb36759105edb353e4c803438430464182d484b61 (patch)
tree0596f21cdbc6750bb64cfb49df997264e4aa0146 /freebsd
parentDirectly use <machine/endian.h> provided by Newlib (diff)
downloadrtems-libbsd-b36759105edb353e4c803438430464182d484b61.tar.bz2
Adjust <sys/stdint.h> for latest Newlib
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/sys/sys/stdint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/sys/stdint.h b/freebsd/sys/sys/stdint.h
index 3a9931b0..4c3bbd8e 100644
--- a/freebsd/sys/sys/stdint.h
+++ b/freebsd/sys/sys/stdint.h
@@ -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;