about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 09:49:00 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 09:51:57 +0200
commitb76c066d092d78124deeba9b687f5b10924e97de (patch)
treef08d660e36637680cf8fd9bdada0263c94e54185 /nptl/Makefile
parent1ec4cd5ab42d6b16a81176b7051384a2221159e3 (diff)
downloadglibc-b76c066d092d78124deeba9b687f5b10924e97de.tar.gz
glibc-b76c066d092d78124deeba9b687f5b10924e97de.tar.xz
glibc-b76c066d092d78124deeba9b687f5b10924e97de.zip
nptl: Move pthread_mutexattr_settype, __pthread_mutexattr_settype into libc
And pthread_mutexattr_setkind_np as a compatibility symbol.

__pthread_mutexattr_settype is used in mtx_init from libpthread,
so this commit adds a GLIBC_2.34 symbol version for it.

The symbols were 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 27588a87dd..99a54ff975 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -114,6 +114,7 @@ routines = \
   pthread_mutexattr_setprotocol \
   pthread_mutexattr_setpshared \
   pthread_mutexattr_setrobust \
+  pthread_mutexattr_settype \
   pthread_once \
   pthread_rwlock_rdlock \
   pthread_rwlock_unlock \
@@ -173,7 +174,6 @@ libpthread-routines = \
   pthread_getname \
   pthread_join \
   pthread_join_common \
-  pthread_mutexattr_settype \
   pthread_rwlock_clockrdlock \
   pthread_rwlock_clockwrlock \
   pthread_rwlock_destroy \