about summary refs log tree commit diff
path: root/nptl/nptl-init.c
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/nptl-init.c
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/nptl-init.c')
-rw-r--r--nptl/nptl-init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c
index ea022eb0df..4594cf53ea 100644
--- a/nptl/nptl-init.c
+++ b/nptl/nptl-init.c
@@ -72,7 +72,6 @@ void __nptl_set_robust (struct pthread *);
 #ifdef SHARED
 static const struct pthread_functions pthread_functions =
   {
-    .ptr_pthread_attr_setdetachstate = __pthread_attr_setdetachstate,
     .ptr_pthread_attr_getinheritsched = __pthread_attr_getinheritsched,
     .ptr_pthread_attr_setinheritsched = __pthread_attr_setinheritsched,
     .ptr_pthread_attr_getschedparam = __pthread_attr_getschedparam,