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/mips/bits/stdint.h | |
| parent | 009f186810c16a8fef98fad485298bfb96f810ad (diff) | |
| download | musl-3f08154ac494f4739afbc7451f317b2ef1bffbd3.tar.gz | |
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/mips/bits/stdint.h')
| -rw-r--r-- | arch/mips/bits/stdint.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/mips/bits/stdint.h b/arch/mips/bits/stdint.h index 43d3d59d..d1b27121 100644 --- a/arch/mips/bits/stdint.h +++ b/arch/mips/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 | 
