aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 09:43:24 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 09:43:24 +0200
commit4372dc7eaaa81fc04554626b7f02c9759a04a65b (patch)
tree0b2bb229d8a9d4cf9604d7ab45eff31dae24cc52 /nptl/Makefile
parenta2975191d0e852ba2501f4cf1588aae76bdad303 (diff)
downloadglibc-4372dc7eaaa81fc04554626b7f02c9759a04a65b.zip
glibc-4372dc7eaaa81fc04554626b7f02c9759a04a65b.tar.gz
glibc-4372dc7eaaa81fc04554626b7f02c9759a04a65b.tar.bz2
nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libc
The symbols were moved using scripts/move-symbol-to-libc.py. The symbol aliasing follows pthread_cond_timedwait et al. Missing hidden prototypes had to be added to nptl/pthreadP.h for consistency.
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 573dfd0..31d05b3 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -100,6 +100,7 @@ routines = \
pthread_mutex_init \
pthread_mutex_lock \
pthread_mutex_setprioceiling \
+ pthread_mutex_timedlock \
pthread_mutex_unlock \
pthread_once \
pthread_rwlock_rdlock \
@@ -160,7 +161,6 @@ libpthread-routines = \
pthread_getname \
pthread_join \
pthread_join_common \
- pthread_mutex_timedlock \
pthread_mutex_trylock \
pthread_mutexattr_destroy \
pthread_mutexattr_getprioceiling \