summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/stdint.h')
-rw-r--r--cpukit/include/rtems/stdint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/stdint.h b/cpukit/include/rtems/stdint.h
index 1d8add2524..cdd4934198 100644
--- a/cpukit/include/rtems/stdint.h
+++ b/cpukit/include/rtems/stdint.h
@@ -21,6 +21,7 @@
#include <inttypes.h>
#endif
+#if RTEMS_DEPRECATED_TYPES
typedef uint8_t unsigned8; /* unsigned 8-bit integer */
typedef uint16_t unsigned16; /* unsigned 16-bit integer */
typedef uint32_t unsigned32; /* unsigned 32-bit integer */
@@ -34,5 +35,6 @@ typedef int32_t signed32; /* signed 32-bit integer */
#if 0
typedef int64_t signed64; /* signed 64-bit integer */
#endif
+#endif
#endif