mirror of git://sourceware.org/git/glibc.git
Revert "Fix failure in nptl/tst-cleanup when building with"
This reverts commit 78271fa91a.
Actually, a different fix is needed.
This commit is contained in:
parent
78271fa91a
commit
71655786bc
|
|
@ -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>
|
2013-11-20 Ondřej Bílka <neleai@seznam.cz>
|
||||||
|
|
||||||
* malloc/hooks.c (memalign_check): Add alignment rounding.
|
* malloc/hooks.c (memalign_check): Add alignment rounding.
|
||||||
|
|
|
||||||
|
|
@ -52,12 +52,6 @@ do_test (void)
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sigaction (SIGILL, &sa, 0))
|
|
||||||
{
|
|
||||||
perror ("installing SIGILL handler\n");
|
|
||||||
exit (1);
|
|
||||||
}
|
|
||||||
|
|
||||||
puts ("Attempting to sprintf to null ptr");
|
puts ("Attempting to sprintf to null ptr");
|
||||||
if (setjmp (jmpbuf))
|
if (setjmp (jmpbuf))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue