repair to unix-signal test
This commit is contained in:
parent
eba9be1b39
commit
5fe6de4ea9
|
@ -11,7 +11,7 @@ int main()
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/* SIGPROF tends to be near the end of the range of signal IDs */
|
/* SIGPROF tends to be near the end of the range of signal IDs */
|
||||||
for (i = 0; i < SIGPROF; i++) {
|
for (i = 1; i < SIGPROF; i++) {
|
||||||
sigaction(i, NULL, &sa);
|
sigaction(i, NULL, &sa);
|
||||||
if (sa.sa_handler != SIG_DFL)
|
if (sa.sa_handler != SIG_DFL)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user