aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/_stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/_stdint.h')
-rw-r--r--sys/powerpc/include/_stdint.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/powerpc/include/_stdint.h b/sys/powerpc/include/_stdint.h
index a014ac69f51e..6ad1fd257d43 100644
--- a/sys/powerpc/include/_stdint.h
+++ b/sys/powerpc/include/_stdint.h
@@ -189,12 +189,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