summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/stdint.h')
-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;