about summary refs log tree commit diff
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:42 +0200
commitb444409479e34c80f27742e7017ea5741fe548d7 (patch)
tree787d0d884a8be9f3499ded8831763ab9a393507f /nptl/Makefile
parentdbfa12e201529d7006477d192a6f340e696744a1 (diff)
downloadglibc-b444409479e34c80f27742e7017ea5741fe548d7.tar.gz
glibc-b444409479e34c80f27742e7017ea5741fe548d7.tar.xz
glibc-b444409479e34c80f27742e7017ea5741fe548d7.zip
nptl: Move pthread_rwlockattr_setkind_np 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 d6920dfb25..757e5e4238 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -135,6 +135,7 @@ routines = \
   pthread_rwlockattr_getkind_np \
   pthread_rwlockattr_getpshared \
   pthread_rwlockattr_init \
+  pthread_rwlockattr_setkind_np \
   pthread_self \
   pthread_setcancelstate \
   pthread_setcanceltype \
@@ -190,7 +191,6 @@ libpthread-routines = \
   pthread_getname \
   pthread_join \
   pthread_join_common \
-  pthread_rwlockattr_setkind_np \
   pthread_rwlockattr_setpshared \
   pthread_setaffinity \
   pthread_setattr_default_np \