mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-12 04:00:17 +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
|
int
|
||||||
main (void)
|
do_test (void)
|
||||||
{
|
{
|
||||||
int value;
|
int value;
|
||||||
void *dso;
|
void *dso;
|
||||||
@ -90,3 +90,5 @@ main (void)
|
|||||||
|
|
||||||
FAIL_EXIT1 ("Did not terminate via exit(0) in exit_thread() as expected.");
|
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