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 2f8cebb760..573dfd03b1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -99,6 +99,7 @@ routines = \ pthread_mutex_getprioceiling \ pthread_mutex_init \ pthread_mutex_lock \ + pthread_mutex_setprioceiling \ pthread_mutex_unlock \ pthread_once \ pthread_rwlock_rdlock \ @@ -159,7 +160,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_mutex_setprioceiling \ pthread_mutex_timedlock \ pthread_mutex_trylock \ pthread_mutexattr_destroy \ |