mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Revert to original version of setxid race fix
This commit is contained in:
@ -542,9 +542,6 @@ __pthread_create_2_1 (newthread, attr, start_routine, arg)
|
||||
}
|
||||
}
|
||||
|
||||
/* Don't allow setxid until cloned. */
|
||||
pd->setxid_futex = -1;
|
||||
|
||||
/* Pass the descriptor to the caller. */
|
||||
*newthread = (pthread_t) pd;
|
||||
|
||||
|
Reference in New Issue
Block a user