diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |