recover the signals, like sigfpe.
This commit is contained in:
parent
1983df00db
commit
aa80579684
4
configure
vendored
4
configure
vendored
@ -9290,7 +9290,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
int
|
||||
main ()
|
||||
{
|
||||
printf("SIGINFO value is %d\n", SA_SIGINFO);
|
||||
printf("SIGINFO value is %d\n", SIGINFO);
|
||||
|
||||
;
|
||||
return 0;
|
||||
@ -9327,7 +9327,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
int
|
||||
main ()
|
||||
{
|
||||
printf("SIGFPE value is %d\n", SA_SIGFPE);
|
||||
printf("SIGFPE value is %d\n", SIGFPE);
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user