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 9c810b2b6c..516410cb84 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -117,6 +117,7 @@ routines = \ pthread_getattr_np \ pthread_getconcurrency \ pthread_getcpuclockid \ + pthread_getname \ pthread_getschedparam \ pthread_getspecific \ pthread_join \ @@ -207,7 +208,6 @@ libpthread-routines = \ nptl-init \ pt-interp \ pthread_create \ - pthread_getname \ pthread_setaffinity \ pthread_setname \ pthread_setschedprio \ |