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 bb30f01..945956a 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -69,6 +69,7 @@ routines = \ pthread_attr_getschedpolicy \ pthread_attr_getscope \ pthread_attr_getsigmask \ + pthread_attr_getstack \ pthread_attr_init \ pthread_attr_setaffinity \ pthread_attr_setdetachstate \ @@ -194,7 +195,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_getstack \ pthread_attr_getstackaddr \ pthread_attr_getstacksize \ pthread_attr_setguardsize \ |