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 4c7531eb0c..df3423f5bf 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -80,6 +80,7 @@ routines = \ pthread_getschedparam \ pthread_getspecific \ pthread_key_create \ + pthread_key_delete \ pthread_keys \ pthread_kill \ pthread_mutex_consistent \ @@ -146,7 +147,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_key_delete \ pthread_kill_other_threads \ pthread_mutex_cond_lock \ pthread_mutex_conf \ |