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 51d6eb5bc7..e796a68864 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -120,6 +120,7 @@ routines = \ pthread_mutexattr_setrobust \ pthread_mutexattr_settype \ pthread_once \ + pthread_rwlock_clockrdlock \ pthread_rwlock_rdlock \ pthread_rwlock_unlock \ pthread_rwlock_wrlock \ @@ -178,7 +179,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_rwlock_clockrdlock \ pthread_rwlock_clockwrlock \ pthread_rwlock_destroy \ pthread_rwlock_init \ |