about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-08-28 12:01:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-08-28 12:01:14 +0200
commitffced383cd7e092a1c6e50ca50f692d2fe2a7dbe (patch)
tree744698018b44d359a03fa0f3985c4bbb2c0cb59d /nptl/Makefile
parent61d3db428176d9d0822e4e680305fe34285edff2 (diff)
downloadglibc-ffced383cd7e092a1c6e50ca50f692d2fe2a7dbe.tar.gz
glibc-ffced383cd7e092a1c6e50ca50f692d2fe2a7dbe.tar.xz
glibc-ffced383cd7e092a1c6e50ca50f692d2fe2a7dbe.zip
nptl: Move pthread_attr_setdetachstate implementation into libc
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 4c7ae6a561..823241d3a0 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -31,7 +31,8 @@ routines = alloca_cutoff forward libc-lowlevellock libc-cancellation \
 	   libc-cleanup libc_pthread_init libc_multiple_threads \
 	   register-atfork pthread_atfork pthread_self thrd_current \
 	   thrd_equal thrd_sleep thrd_yield pthread_equal \
-	   pthread_attr_destroy pthread_attr_init pthread_attr_getdetachstate
+	   pthread_attr_destroy pthread_attr_init pthread_attr_getdetachstate \
+	   pthread_attr_setdetachstate
 shared-only-routines = forward
 static-only-routines = pthread_atfork
 
@@ -54,7 +55,6 @@ libpthread-routines = nptl-init nptlfreeres vars events version pt-interp \
 		      pthread_getconcurrency pthread_setconcurrency \
 		      pthread_getschedparam pthread_setschedparam \
 		      pthread_setschedprio \
-		      pthread_attr_setdetachstate \
 		      pthread_attr_getguardsize pthread_attr_setguardsize \
 		      pthread_attr_getschedparam pthread_attr_setschedparam \
 		      pthread_attr_getschedpolicy pthread_attr_setschedpolicy \