about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/stdint.h b/sysdeps/generic/stdint.h
index 2c729ad2f1..98aaec1212 100644
--- a/sysdeps/generic/stdint.h
+++ b/sysdeps/generic/stdint.h
@@ -277,7 +277,7 @@ typedef unsigned long long int	uintmax_t;
 
 /* Limits of `wint_t'.  */
 # define WINT_MIN		(0u)
-# define WINT_MAX		(4294967295u)
+# define WINT_MAX		(2147483647)
 
 #endif	/* C++ && limit macros */