summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-25 16:16:28 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-25 16:16:28 +0000
commit81068e35e802790716dd00269cbf43050eee3004 (patch)
tree6fd1c676aeb7563a7938be815bf23f0116e869ab /sysdeps
parent1332704275227d57463e74e52065243a1381d29b (diff)
for lgamma should set errno to ERANGE, not EDOM.
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 98aaec1212..2c729ad2f1 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 (2147483647)
+# define WINT_MAX (4294967295u)
#endif /* C++ && limit macros */