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-15 19:12:21 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-08-15 19:12:21 +0200
commita635d756ff930724d40fe98539b514ffce002375 (patch)
tree944e66eaf822ba61832d6def9669891d5189d200 /nptl/nptl-init.c
parent23d2e5faf0bca6d9b31bef4aa162b95ee64cbfc6 (diff)
downloadglibc-a635d756ff930724d40fe98539b514ffce002375.tar.gz
glibc-a635d756ff930724d40fe98539b514ffce002375.tar.xz
glibc-a635d756ff930724d40fe98539b514ffce002375.zip
nptl: Move pthread_attr_init implementation into libc
Both the original GLIB_2.0 version and the current GLIBC_2.1 version
need to be moved.
Diffstat (limited to 'nptl/nptl-init.c')
-rw-r--r--nptl/nptl-init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c
index 8fc4f46e05..dd052a5d1b 100644
--- a/nptl/nptl-init.c
+++ b/nptl/nptl-init.c
@@ -72,10 +72,6 @@ void __nptl_set_robust (struct pthread *);
 #ifdef SHARED
 static const struct pthread_functions pthread_functions =
   {
-# if SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)
-    .ptr___pthread_attr_init_2_0 = __pthread_attr_init_2_0,
-# endif
-    .ptr___pthread_attr_init_2_1 = __pthread_attr_init_2_1,
     .ptr_pthread_attr_getdetachstate = __pthread_attr_getdetachstate,
     .ptr_pthread_attr_setdetachstate = __pthread_attr_setdetachstate,
     .ptr_pthread_attr_getinheritsched = __pthread_attr_getinheritsched,