aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-03 09:10:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-03 09:18:45 +0200
commit0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93 (patch)
tree472d35373b9ec3bb8db4ecb633aced0124603573 /nptl/Makefile
parentb444409479e34c80f27742e7017ea5741fe548d7 (diff)
downloadglibc-0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93.tar
glibc-0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93.tar.gz
glibc-0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93.tar.bz2
glibc-0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93.zip
nptl: Move pthread_rwlockattr_setpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 757e5e4238..e3f9a2053a 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -136,6 +136,7 @@ routines = \
pthread_rwlockattr_getpshared \
pthread_rwlockattr_init \
pthread_rwlockattr_setkind_np \
+ pthread_rwlockattr_setpshared \
pthread_self \
pthread_setcancelstate \
pthread_setcanceltype \
@@ -191,7 +192,6 @@ libpthread-routines = \
pthread_getname \
pthread_join \
pthread_join_common \
- pthread_rwlockattr_setpshared \
pthread_setaffinity \
pthread_setattr_default_np \
pthread_setconcurrency \