about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 11:17:10 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 11:17:10 +0200
commitd9b600c98503b4094bc168b9b7452ea39a0abf30 (patch)
tree3fc4041c397bad8e4ae36c0386226be38376008c /nptl/Makefile
parent6a75fefc2c05f1100d1ecd4bd195ea73c1b1a954 (diff)
downloadglibc-d9b600c98503b4094bc168b9b7452ea39a0abf30.tar.gz
glibc-d9b600c98503b4094bc168b9b7452ea39a0abf30.tar.xz
glibc-d9b600c98503b4094bc168b9b7452ea39a0abf30.zip
nptl: Move pthread_condattr_setpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
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 040a27c19b..264ada0ba2 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -84,6 +84,7 @@ routines = \
   pthread_condattr_getpshared \
   pthread_condattr_init \
   pthread_condattr_setclock \
+  pthread_condattr_setpshared \
   pthread_equal \
   pthread_exit \
   pthread_getaffinity \
@@ -165,7 +166,6 @@ libpthread-routines = \
   pthread_barrierattr_setpshared \
   pthread_cancel \
   pthread_clockjoin \
-  pthread_condattr_setpshared \
   pthread_create \
   pthread_detach \
   pthread_getattr_default_np \