diff options
Diffstat (limited to 'sysdeps/wordsize-32')
-rw-r--r-- | sysdeps/wordsize-32/inttypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-32/inttypes.h b/sysdeps/wordsize-32/inttypes.h index 7bb8cbd5bc..371b40bb3d 100644 --- a/sysdeps/wordsize-32/inttypes.h +++ b/sysdeps/wordsize-32/inttypes.h @@ -353,7 +353,7 @@ typedef unsigned long 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 (4294967295U) |