aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/include/_stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/include/_stdint.h')
-rw-r--r--sys/x86/include/_stdint.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/x86/include/_stdint.h b/sys/x86/include/_stdint.h
index 903b9e7e97c7..d9ee3166236b 100644
--- a/sys/x86/include/_stdint.h
+++ b/sys/x86/include/_stdint.h
@@ -180,12 +180,6 @@
#define SIZE_MAX UINT32_MAX
#endif
-#ifndef WCHAR_MIN /* Also possibly defined in <wchar.h> */
-/* Limits of wchar_t. */
-#define WCHAR_MIN INT32_MIN
-#define WCHAR_MAX INT32_MAX
-#endif
-
/* Limits of wint_t. */
#define WINT_MIN INT32_MIN
#define WINT_MAX INT32_MAX