diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/tst-cleanup2.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nptl/tst-cleanup2.c b/nptl/tst-cleanup2.c index 519ec79..65af0f2 100644 --- a/nptl/tst-cleanup2.c +++ b/nptl/tst-cleanup2.c @@ -52,12 +52,6 @@ do_test (void) exit (1); } - if (sigaction (SIGILL, &sa, 0)) - { - perror ("installing SIGILL handler\n"); - exit (1); - } - puts ("Attempting to sprintf to null ptr"); if (setjmp (jmpbuf)) { |