commit c1d7bdc899671f40e3e1e3c0a572236e67e34ada
parent 1ce16ae2eed2496edcfe44a902e83042b366e83e
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date: Fri, 12 Oct 2018 13:06:15 +0100
[libc] Remove __NR_SIGNALS as it is unused
Change-Id: Ifdfed409590fed22f22b02dc99637171a88562c0
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
Diffstat:
3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/bits/bsd/sys/signal.h b/include/bits/bsd/sys/signal.h
@@ -10,5 +10,3 @@ typedef int sig_atomic_t;
#define SIGFPE 8
#define SIGSEGV 11
#define SIGTERM 15
-
-#define __NR_SIGNALS 6
diff --git a/include/bits/linux/sys/signal.h b/include/bits/linux/sys/signal.h
@@ -10,5 +10,3 @@ typedef int sig_atomic_t;
#define SIGFPE 8
#define SIGSEGV 11
#define SIGTERM 15
-
-#define __NR_SIGNALS 6
diff --git a/include/bits/none/sys/signal.h b/include/bits/none/sys/signal.h
@@ -10,5 +10,3 @@ typedef int sig_atomic_t;
#define SIGFPE 8
#define SIGSEGV 11
#define SIGTERM 15
-
-#define __NR_SIGNALS 6