diff options
Diffstat (limited to 'sysdeps/wordsize-64')
-rw-r--r-- | sysdeps/wordsize-64/inttypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/inttypes.h b/sysdeps/wordsize-64/inttypes.h index 9967fc0844..5f11fc9cb1 100644 --- a/sysdeps/wordsize-64/inttypes.h +++ b/sysdeps/wordsize-64/inttypes.h @@ -353,7 +353,7 @@ typedef unsigned long int uint_fast64_t; /* Limits of `sig_atomic_t'. */ #define SIG_ATOMIC_MIN (-2147483647-1) -#define SIG_ATOMIC_MAX (-2147483647-1) +#define SIG_ATOMIC_MAX (2147483647) /* Limit of `size_t' type. */ #define SIZE_MAX (18446744073709551615uL) |