aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
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/Versions
parent23d2e5faf0bca6d9b31bef4aa162b95ee64cbfc6 (diff)
downloadglibc-a635d756ff930724d40fe98539b514ffce002375.zip
glibc-a635d756ff930724d40fe98539b514ffce002375.tar.gz
glibc-a635d756ff930724d40fe98539b514ffce002375.tar.bz2
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/Versions')
-rw-r--r--nptl/Versions2
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 3aea423..6d7dba9 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -49,7 +49,6 @@ libpthread {
pthread_getschedparam; pthread_setschedparam;
- pthread_attr_init;
pthread_attr_getdetachstate; pthread_attr_setdetachstate;
pthread_attr_getschedparam; pthread_attr_setschedparam;
pthread_attr_getschedpolicy; pthread_attr_setschedpolicy;
@@ -121,7 +120,6 @@ libpthread {
GLIBC_2.1 {
pthread_create;
- pthread_attr_init;
pthread_attr_getguardsize; pthread_attr_setguardsize;
pthread_attr_getstackaddr; pthread_attr_setstackaddr;