From cc40d25e50621b8762d05c0984d572c1bc7507bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Jan 2015 13:41:14 -0800 Subject: NPTL: Fixed missed conditionalization of setxid hooey. --- nptl/nptl-init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl') diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c index a85fac5..1ad41c5 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 -- cgit v1.1