forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
538 B
Raku
11 lines
538 B
Raku
--- conformance/interfaces/sigaction/gentests.pl~ Mon Nov 10 11:37:15 2003
|
|
+++ conformance/interfaces/sigaction/gentests.pl Mon Nov 10 11:43:01 2003
|
|
@@ -11,7 +11,7 @@
|
|
my (@signals) = ("SIGABRT", "SIGALRM", "SIGBUS", "SIGCHLD", "SIGCONT",
|
|
"SIGFPE", "SIGHUP", "SIGILL", "SIGINT", "SIGPIPE",
|
|
"SIGQUIT", "SIGSEGV", "SIGTERM", "SIGTSTP", "SIGTTIN",
|
|
- "SIGTTOU", "SIGUSR1", "SIGUSR2", "SIGPOLL", "SIGPROF",
|
|
+ "SIGTTOU", "SIGUSR1", "SIGUSR2", "SIGPROF",
|
|
"SIGSYS", "SIGTRAP", "SIGURG", "SIGVTALRM", "SIGXCPU",
|
|
"SIGXFSZ");
|
|
|