]> granicus.if.org Git - strace/commitdiff
Patch by Mike Frysinger (vapier AT gentoo.org).
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 20 Feb 2009 16:24:39 +0000 (16:24 +0000)
committerDenys Vlasenko <dvlasenk@redhat.com>
Fri, 20 Feb 2009 16:24:39 +0000 (16:24 +0000)
* Makefile.am: Remove reference to linux/sh/signalent.h.
* linux/sh/signalent.h: Remove, it is identical to common signalent.h.

ChangeLog
Makefile.am
linux/sh/signalent.h [deleted file]

index 7d975aa16f805f77c27a6afb2859ea81e5388037..2fdb2321d06888dc87bb8a738712a50560006799 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-20  Denys Vlasenko  <dvlasenk@redhat.com>
+
+       Patch by Mike Frysinger (vapier AT gentoo.org).
+       * Makefile.am: Remove reference to linux/sh/signalent.h.
+       * linux/sh/signalent.h: Remove, it is identical to common signalent.h.
+
 2009-02-20  Denys Vlasenko  <dvlasenk@redhat.com>
 
        Patch by Mike Frysinger (vapier AT gentoo.org).
index 1dcdc6209a3a3e67fb8d7c648ef93e77d5d5bf11..d285099da4fbb8a81d09282aecc1cbf04a0c2ea7 100644 (file)
@@ -51,7 +51,7 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
             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/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 (file)
index 112f746..0000000
+++ /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 */