mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
remove SIG_ATOMIC_MIN/MAX from stdint bits headers
i386 was done with the big commit but I missed the others
This commit is contained in:
@@ -17,6 +17,4 @@ typedef uint32_t uint_fast32_t;
|
||||
#define UINTPTR_MAX UINT32_MAX
|
||||
#define PTRDIFF_MIN INT32_MIN
|
||||
#define PTRDIFF_MAX INT32_MAX
|
||||
#define SIG_ATOMIC_MIN INT32_MIN
|
||||
#define SIG_ATOMIC_MAX INT32_MAX
|
||||
#define SIZE_MAX UINT32_MAX
|
||||
|
Reference in New Issue
Block a user