summaryrefslogtreecommitdiff
path: root/nptl/nptl-init.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-01-08 13:41:14 -0800
committerRoland McGrath <roland@hack.frob.com>2015-01-08 13:41:14 -0800
commitcc40d25e50621b8762d05c0984d572c1bc7507bf (patch)
treec40196d70af314ef3e12b2254820f3d686388e89 /nptl/nptl-init.c
parent9287adf0895d4cf2f25d34c13c0f47202c01ddd0 (diff)
NPTL: Fixed missed conditionalization of setxid hooey.
Diffstat (limited to 'nptl/nptl-init.c')
-rw-r--r--nptl/nptl-init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c
index a85fac5c66..1ad41c5bb3 100644
--- a/nptl/nptl-init.c
+++ b/nptl/nptl-init.c
@@ -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