From 4372dc7eaaa81fc04554626b7f02c9759a04a65b Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Apr 2021 09:43:24 +0200 Subject: 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. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 573dfd03b1..31d05b36e3 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 \ -- cgit 1.4.1