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 139945a1db..b3d547a2eb 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -104,6 +104,7 @@ routines = \ pthread_mutex_trylock \ pthread_mutex_unlock \ pthread_mutexattr_destroy \ + pthread_mutexattr_getprioceiling \ pthread_once \ pthread_rwlock_rdlock \ pthread_rwlock_unlock \ @@ -163,7 +164,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_mutexattr_getprioceiling \ pthread_mutexattr_getprotocol \ pthread_mutexattr_getpshared \ pthread_mutexattr_getrobust \ |