X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Fstdint.h;h=d1b2712199acabb2e597bfeb1850f3e0216705d0;hb=2cae9f59da6106b4545da85b33d1e206a1e4c1e7;hp=43d3d59db0be52e0da13d45a237df6c8d1d3d025;hpb=9448b0513e2eec020fbca9c10412b83df5027a16;p=musl diff --git a/arch/microblaze/bits/stdint.h b/arch/microblaze/bits/stdint.h index 43d3d59d..d1b27121 100644 --- a/arch/microblaze/bits/stdint.h +++ b/arch/microblaze/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