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 7fb387a17a..f9cb1e2b99 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -73,6 +73,7 @@ routines = \ pthread_attr_setscope \ pthread_attr_setsigmask \ pthread_attr_setsigmask_internal \ + pthread_barrier_destroy \ pthread_cleanup_upto \ pthread_cond_broadcast \ pthread_cond_destroy \ @@ -187,7 +188,6 @@ libpthread-routines = \ pthread_attr_setstack \ pthread_attr_setstackaddr \ pthread_attr_setstacksize \ - pthread_barrier_destroy \ pthread_barrier_init \ pthread_barrier_wait \ pthread_barrierattr_destroy \ |