summaryrefslogtreecommitdiff
path: root/linux/s390
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2009-02-20 17:38:47 +0000
committerDenys Vlasenko <dvlasenk@redhat.com>2009-02-20 17:38:47 +0000
commitf3c9ed48bc1a476e3cd0919971b0ddaaec968c9c (patch)
treecd505570d9e9c56474748c3c5e292bf484d21eec /linux/s390
parent3566e3d5f2e1c90ab8a918fef101f843bf610d81 (diff)
downloadstrace-f3c9ed48bc1a476e3cd0919971b0ddaaec968c9c.tar.gz
strace-f3c9ed48bc1a476e3cd0919971b0ddaaec968c9c.tar.bz2
strace-f3c9ed48bc1a476e3cd0919971b0ddaaec968c9c.tar.xz
Further signalent.h cleanup.
* linux/ia64/signalent.h: Remove, it is identical to common signalent.h sans "SIGRTnn" definitions which are redundant. * linux/powerpc/signalent.h: Remove, it is identical to common signalent.h sans outdated "SIGUNUSED" which should be "SIGSYS". * linux/s390/signalent.h: Ditto. * linux/s390x/signalent.h: Ditto. * Makefile.am: Remove references to the above files.
Diffstat (limited to 'linux/s390')
-rw-r--r--linux/s390/signalent.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/linux/s390/signalent.h b/linux/s390/signalent.h
deleted file mode 100644
index 04b00b1..0000000
--- a/linux/s390/signalent.h
+++ /dev/null
@@ -1,33 +0,0 @@
- "SIG_0", /* 0 */
- "SIGHUP", /* 1 */
- "SIGINT", /* 2 */
- "SIGQUIT", /* 3 */
- "SIGILL", /* 4 */
- "SIGTRAP", /* 5 */
- "SIGABRT", /* 6 */
- "SIGBUS", /* 7 */
- "SIGFPE", /* 8 */
- "SIGKILL", /* 9 */
- "SIGUSR1", /* 10 */
- "SIGSEGV", /* 11 */
- "SIGUSR2", /* 12 */
- "SIGPIPE", /* 13 */
- "SIGALRM", /* 14 */
- "SIGTERM", /* 15 */
- "SIGSTKFLT", /* 16 */
- "SIGCHLD", /* 17 */
- "SIGCONT", /* 18 */
- "SIGSTOP", /* 19 */
- "SIGTSTP", /* 20 */
- "SIGTTIN", /* 21 */
- "SIGTTOU", /* 22 */
- "SIGURG", /* 23 */
- "SIGXCPU", /* 24 */
- "SIGXFSZ", /* 25 */
- "SIGVTALRM", /* 26 */
- "SIGPROF", /* 27 */
- "SIGWINCH", /* 28 */
- "SIGIO", /* 29 */
- "SIGPWR", /* 30 */
- "SIGUNUSED", /* 31 */
- "SIGRTMIN", /* 32 */