summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc/signum.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/signum.h')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/signum.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/signum.h b/sysdeps/unix/sysv/linux/sparc/signum.h
index d50a636bc3..3437c16113 100644
--- a/sysdeps/unix/sysv/linux/sparc/signum.h
+++ b/sysdeps/unix/sysv/linux/sparc/signum.h
@@ -29,7 +29,6 @@
* to make it OSF/1 binary compatible, at least for normal binaries.
*/
#define _NSIG 32 /* Biggest signal number + 1. */
-#define NSIG _NSIG
#define SIGHUP 1
#define SIGINT 2
@@ -67,6 +66,4 @@
#define SIGUSR1 30
#define SIGUSR2 31
-/* Linux/SPARC does not have SIGPWR */
-#define SIGIOT SIGABRT
#endif /* <signal.h> included. */