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 a4f1e91..39feea5 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -83,6 +83,7 @@ routines = \ pthread_attr_setsigmask \ pthread_attr_setsigmask_internal \ pthread_attr_setstack \ + pthread_attr_setstackaddr \ pthread_barrier_destroy \ pthread_barrier_init \ pthread_barrier_wait \ @@ -199,7 +200,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_setstackaddr \ pthread_attr_setstacksize \ pthread_cancel \ pthread_create \ |