strace/linux/sparc/signalent1.h
Denys Vlasenko 5afdf12572 Manual removal of non-Linux source, documentation, etc.
Remove non-Linux source directories: freebsd/, svr4/, sunos4/, svr4/.
Remove README-freebsd, README-sunos4, README-svr4, m4/procfs.m4.

linux/sparc/{errnoent1,ioctlent1,signalent1}.h used to point to svr4/ files -
replace their contents with copies of used (and now deleted) files.
Make linux/sparc64/{errnoent1,ioctlent1,signalent1}.h include these files
instead of svr4/* ones.

Makefile.am: remove references to deleted files.
configure.ac: Remove a few tests which make no sense on Linux.
Man page: remove non-Linux quirks information.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2012-02-25 02:30:32 +01:00

37 lines
742 B
C

"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 */
"SIGUSR1", /* 16 */
"SIGUSR2", /* 17 */
"SIGCHLD", /* 18 */
"SIGPWR", /* 19 */
"SIGWINCH", /* 20 */
"SIGURG", /* 21 */
"SIGPOLL", /* 22 */
"SIGSTOP", /* 23 */
"SIGTSTP", /* 24 */
"SIGCONT", /* 25 */
"SIGTTIN", /* 26 */
"SIGTTOU", /* 27 */
"SIGVTALRM", /* 28 */
"SIGPROF", /* 29 */
"SIGXCPU", /* 30 */
"SIGXFSZ", /* 31 */
"SIGWAITING", /* 32 */
"SIGLWP", /* 33 */
"SIGFREEZE", /* 34 */
"SIGTHAW", /* 35 */