1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

NPTL: Fixed missed conditionalization of setxid hooey.

This commit is contained in:
Roland McGrath
2015-01-08 13:41:14 -08:00
parent 9287adf089
commit cc40d25e50
2 changed files with 5 additions and 0 deletions

View File

@ -140,7 +140,9 @@ static const struct pthread_functions pthread_functions =
.ptr_nthreads = &__nptl_nthreads,
.ptr___pthread_unwind = &__pthread_unwind,
.ptr__nptl_deallocate_tsd = __nptl_deallocate_tsd,
# ifdef SIGSETXID
.ptr__nptl_setxid = __nptl_setxid,
# endif
/* For now only the stack cache needs to be freed. */
.ptr_freeres = nptl_freeres,
.ptr_set_robust = __nptl_set_robust