diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-07-22 17:02:03 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-07-22 17:02:03 -0400 |
commit | 3f08154ac494f4739afbc7451f317b2ef1bffbd3 (patch) | |
tree | a1aba1a5b0f24275c3ad917fc43e53ac6f0d8e57 /arch/powerpc/bits | |
parent | 009f186810c16a8fef98fad485298bfb96f810ad (diff) | |
download | musl-3f08154ac494f4739afbc7451f317b2ef1bffbd3.tar.gz musl-3f08154ac494f4739afbc7451f317b2ef1bffbd3.tar.xz musl-3f08154ac494f4739afbc7451f317b2ef1bffbd3.zip |
remove SIG_ATOMIC_MIN/MAX from stdint bits headers
i386 was done with the big commit but I missed the others
Diffstat (limited to 'arch/powerpc/bits')
-rw-r--r-- | arch/powerpc/bits/stdint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/bits/stdint.h b/arch/powerpc/bits/stdint.h index 43d3d59d..d1b27121 100644 --- a/arch/powerpc/bits/stdint.h +++ b/arch/powerpc/bits/stdint.h @@ -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 |