Skip to content
Snippets Groups Projects
Commit c55cad1e authored by deuce's avatar deuce
Browse files

Call SLEEP() twice for 5ms each time... the first SLEEP may be aborted by

the SIG33.
parent 03ba75e6
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,8 @@ static BOOL do_seteuid(BOOL to_new)
}
#if defined(_THREAD_SUID_BROKEN)
SLEEP(10);
SLEEP(5);
SLEEP(5);
#endif
pthread_mutex_unlock(&setid_mutex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment