mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* elf/nodelete.c (do_test): Remove reference to undefined member
sa_restorer. * rt/tst-aio4.c (do_test): Likewise.
This commit is contained in:
@ -33,7 +33,6 @@ do_test (void)
|
||||
sa.sa_handler = handler;
|
||||
sigfillset (&sa.sa_mask);
|
||||
sa.sa_flags = SA_RESTART;
|
||||
sa.sa_restorer = NULL;
|
||||
|
||||
if (sigaction (SIGSEGV, &sa, NULL) == -1)
|
||||
printf ("cannot install signal handler: %m\n");
|
||||
|
Reference in New Issue
Block a user