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 700027c298..a6e3b615a8 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -108,6 +108,7 @@ routines = \ pthread_condattr_init \ pthread_condattr_setclock \ pthread_condattr_setpshared \ + pthread_create \ pthread_detach \ pthread_equal \ pthread_exit \ @@ -210,7 +211,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_create \ version \ libpthread-shared-only-routines = \ |