summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2013-11-20 10:13:37 -0800
committerPaul Pluzhnikov <ppluzhnikov@google.com>2013-11-20 10:13:37 -0800
commit71655786bcb9ccc4fe2b062520a2538a8f802e74 (patch)
tree9bd94011a94320e7d8b4391be57cda1b1026a2b4 /nptl
parent78271fa91a1e6902222e892068750059ec21f396 (diff)
Revert "Fix failure in nptl/tst-cleanup when building with"
This reverts commit 78271fa91a1e6902222e892068750059ec21f396. Actually, a different fix is needed.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/tst-cleanup2.c6
1 files changed, 0 insertions, 6 deletions
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))
{