1
0
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:
Andreas Schwab
2010-03-08 17:01:14 +01:00
parent b886abfbac
commit 058e9ba9fd
3 changed files with 15 additions and 3 deletions

View File

@ -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;