about summary refs log tree commit diff
path: root/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/bits/stdint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/bits/stdint.h b/arch/x86_64/bits/stdint.h
index 495e1e42..1bb147f2 100644
--- a/arch/x86_64/bits/stdint.h
+++ b/arch/x86_64/bits/stdint.h
@@ -17,6 +17,4 @@ typedef uint32_t uint_fast32_t;
 #define UINTPTR_MAX     UINT64_MAX
 #define PTRDIFF_MIN     INT64_MIN
 #define PTRDIFF_MAX     INT64_MAX
-#define SIG_ATOMIC_MIN  INT64_MIN
-#define SIG_ATOMIC_MAX  INT64_MAX
 #define SIZE_MAX        UINT64_MAX