mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
(tf_sleep): Lower sleep time a bit to not upset recent kernels.
This commit is contained in:
parent
7551556fa1
commit
f6fbf49230
@ -154,7 +154,7 @@ tf_sleep (void *arg)
|
||||
exit (1);
|
||||
}
|
||||
|
||||
sleep (10000000);
|
||||
sleep (1000000);
|
||||
|
||||
printf ("%s: sleep returns\n", __FUNCTION__);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user