The sh port uses the same signal list as the common Linux one, so drop the arch specific copy.
Signed-off-by: Mike Frysinger <vap...@gentoo.org> --- Makefile.am | 3 +-- linux/sh/signalent.h | 33 --------------------------------- 2 files changed, 1 insertions(+), 35 deletions(-) delete mode 100644 linux/sh/signalent.h diff --git a/Makefile.am b/Makefile.am index 55db3c6..4086df4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,8 +50,7 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \ linux/s390/signalent.h linux/s390/syscallent.h \ linux/s390x/ioctlent.h \ linux/s390x/signalent.h linux/s390x/syscallent.h \ - linux/sh/syscallent.h \ - linux/sh/ioctlent.h linux/sh/signalent.h \ + linux/sh/syscallent.h linux/sh/ioctlent.h \ linux/sh64/syscallent.h \ linux/sparc/dummy2.h \ linux/sparc/errnoent.h linux/sparc/errnoent1.h \ diff --git a/linux/sh/signalent.h b/linux/sh/signalent.h deleted file mode 100644 index 112f746..0000000 --- a/linux/sh/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 */ - "SIGSYS", /* 31 */ - "SIGRTMIN", /* 32 */ -- 1.6.1.3 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel