mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-28 13:31:13 +00:00
pthreads: Use _exit to terminate the tst-stdio1 test
Previously, the exit function was used, but this causes the test to block (until the timeout) once exit is changed to lock stdio streams during flush.
This commit is contained in:
parent
047703fbb8
commit
7d42120928
@ -46,7 +46,7 @@ do_test (void)
|
||||
_exit (1);
|
||||
}
|
||||
|
||||
delayed_exit (1);
|
||||
delayed__exit (1);
|
||||
xpthread_join (th);
|
||||
|
||||
puts ("join returned");
|
||||
|
Loading…
Reference in New Issue
Block a user