about summary refs log tree commit diff
path: root/stdlib/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/stdint.h')
-rw-r--r--stdlib/stdint.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/stdlib/stdint.h b/stdlib/stdint.h
index 9c89c1385e..01a9abc9e5 100644
--- a/stdlib/stdint.h
+++ b/stdlib/stdint.h
@@ -38,18 +38,7 @@
 
 
 /* Small types.  */
-
-/* Signed.  */
-typedef __int_least8_t int_least8_t;
-typedef __int_least16_t int_least16_t;
-typedef __int_least32_t int_least32_t;
-typedef __int_least64_t int_least64_t;
-
-/* Unsigned.  */
-typedef __uint_least8_t uint_least8_t;
-typedef __uint_least16_t uint_least16_t;
-typedef __uint_least32_t uint_least32_t;
-typedef __uint_least64_t uint_least64_t;
+#include <bits/stdint-least.h>
 
 
 /* Fast types.  */