diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nptl/tst-cleanup2.c | 6 |
2 files changed, 0 insertions, 10 deletions
@@ -1,7 +1,3 @@ -2013-11-20 Paul Pluzhnikov <ppluzhnikov@google.com> - - * nptl/tst-cleanup2.c (do_test): Handle SIGILL as well. - 2013-11-20 Ondřej Bílka <neleai@seznam.cz> * malloc/hooks.c (memalign_check): Add alignment rounding. diff --git a/nptl/tst-cleanup2.c b/nptl/tst-cleanup2.c index 519ec79c79..65af0f2018 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)) { |