mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 20:00:07 +00:00
Fix stdlib/test-dlclose-exit-race to not hang
This commit is contained in:
parent
2f90599f89
commit
14c8e3a355
@ -63,7 +63,7 @@ last (void)
|
||||
}
|
||||
|
||||
int
|
||||
main (void)
|
||||
do_test (void)
|
||||
{
|
||||
int value;
|
||||
void *dso;
|
||||
@ -90,3 +90,5 @@ main (void)
|
||||
|
||||
FAIL_EXIT1 ("Did not terminate via exit(0) in exit_thread() as expected.");
|
||||
}
|
||||
|
||||
#include <support/test-driver.c>
|
||||
|
Loading…
Reference in New Issue
Block a user