Cleanup auxiliary signalent files

* linux/aarch64/signalent1.h: Include "signalent.h".
* linux/powerpc64/signalent1.h: Likewise.
* linux/sparc64/signalent2.h: Likewise.
* linux/tile/signalent1.h: Likewise.
* linux/x32/signalent1.h: Likewise.
* linux/x86_64/signalent1.h: Likewise.
* linux/x86_64/signalent2.h: Likewise.
* linux/sparc64/signalent.h: Include "sparc/signalent.h".
* linux/sparc64/signalent1.h: Include "sparc/signalent1.h".
* linux/x32/signalent.h: Remove.
* Makefile.am (EXTRA_DIST): Remove linux/x32/signalent.h.
This commit is contained in:
Дмитрий Левин 2015-02-23 20:34:49 +00:00
parent 5dd336bb4e
commit 6826f98bc4
11 changed files with 9 additions and 73 deletions

View File

@ -339,7 +339,6 @@ EXTRA_DIST = \
linux/x32/ioctls_arch1.h \
linux/x32/ioctls_inc0.h \
linux/x32/ioctls_inc1.h \
linux/x32/signalent.h \
linux/x32/signalent1.h \
linux/x32/syscallent.h \
linux/x32/syscallent1.h \

View File

@ -1 +1 @@
#include "../signalent.h"
#include "signalent.h"

View File

@ -1 +1 @@
#include "../signalent.h"
#include "signalent.h"

View File

@ -1,32 +1 @@
"SIG_0", /* 0 */
"SIGHUP", /* 1 */
"SIGINT", /* 2 */
"SIGQUIT", /* 3 */
"SIGILL", /* 4 */
"SIGTRAP", /* 5 */
"SIGABRT", /* 6 */
"SIGEMT", /* 7 */
"SIGFPE", /* 8 */
"SIGKILL", /* 9 */
"SIGBUS", /* 10 */
"SIGSEGV", /* 11 */
"SIGSYS", /* 12 */
"SIGPIPE", /* 13 */
"SIGALRM", /* 14 */
"SIGTERM", /* 15 */
"SIGURG", /* 16 */
"SIGSTOP", /* 17 */
"SIGTSTP", /* 18 */
"SIGCONT", /* 19 */
"SIGCHLD", /* 20 */
"SIGTTIN", /* 21 */
"SIGTTOU", /* 22 */
"SIGIO", /* 23 */
"SIGXCPU", /* 24 */
"SIGXFSZ", /* 25 */
"SIGVTALRM", /* 26 */
"SIGPROF", /* 27 */
"SIGWINCH", /* 28 */
"SIGLOST", /* 29 */
"SIGUSR1", /* 30 */
"SIGUSR2", /* 31 */
#include "sparc/signalent.h"

View File

@ -1 +1 @@
#include "../sparc/signalent1.h"
#include "sparc/signalent1.h"

View File

@ -1,32 +1 @@
"SIG_0", /* 0 */
"SIGHUP", /* 1 */
"SIGINT", /* 2 */
"SIGQUIT", /* 3 */
"SIGILL", /* 4 */
"SIGTRAP", /* 5 */
"SIGABRT", /* 6 */
"SIGEMT", /* 7 */
"SIGFPE", /* 8 */
"SIGKILL", /* 9 */
"SIGBUS", /* 10 */
"SIGSEGV", /* 11 */
"SIGSYS", /* 12 */
"SIGPIPE", /* 13 */
"SIGALRM", /* 14 */
"SIGTERM", /* 15 */
"SIGURG", /* 16 */
"SIGSTOP", /* 17 */
"SIGTSTP", /* 18 */
"SIGCONT", /* 19 */
"SIGCHLD", /* 20 */
"SIGTTIN", /* 21 */
"SIGTTOU", /* 22 */
"SIGIO", /* 23 */
"SIGXCPU", /* 24 */
"SIGXFSZ", /* 25 */
"SIGVTALRM", /* 26 */
"SIGPROF", /* 27 */
"SIGWINCH", /* 28 */
"SIGLOST", /* 29 */
"SIGUSR1", /* 30 */
"SIGUSR2", /* 31 */
#include "signalent.h"

View File

@ -1,2 +1,2 @@
/* tilegx32/tilepro */
#include "../signalent.h"
#include "signalent.h"

View File

@ -1 +0,0 @@
#include "../signalent.h"

View File

@ -1,2 +1,2 @@
/* i386 personality */
#include "../signalent.h"
#include "signalent.h"

View File

@ -1,2 +1,2 @@
/* i386 personality */
#include "../signalent.h"
#include "signalent.h"

View File

@ -1,2 +1,2 @@
/* x32 personality */
#include "../signalent.h"
#include "signalent.h"