summaryrefslogtreecommitdiff
path: root/bits/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/wchar.h')
-rw-r--r--bits/wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/wchar.h b/bits/wchar.h
index 33cb52656e..76b0f310f0 100644
--- a/bits/wchar.h
+++ b/bits/wchar.h
@@ -20,7 +20,7 @@
#ifndef _BITS_WCHAR_H
#define _BITS_WCHAR_H 1
-#define __WCHAR_MIN (-127)
+#define __WCHAR_MIN (-2147483647 - 1)
#define __WCHAR_MAX (2147483647)
#endif /* bits/wchar.h */