diff options
| author | gfleury <gfleury@disroot.org> | 2025-02-09 22:01:02 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-10 01:18:17 +0100 |
| commit | 40cbd3c361f8460a53484d6803b96618119d078b (patch) | |
| tree | 2984607a66fe887f1b1951a1e1e2588af429ea3e /htl | |
| parent | 7d799d85e82f58cff0dea0363d0b056a85ef5c44 (diff) | |
| download | glibc-40cbd3c361f8460a53484d6803b96618119d078b.tar.xz glibc-40cbd3c361f8460a53484d6803b96618119d078b.zip | |
htl: move pthread_barrierattr_destroy into libc.
Message-ID: <20250209200108.865599-3-gfleury@disroot.org>
Diffstat (limited to 'htl')
| -rw-r--r-- | htl/Makefile | 2 | ||||
| -rw-r--r-- | htl/Versions | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile index 6404cba9b5..fc3c223943 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -28,7 +28,6 @@ libpthread-routines := \ pt-barrier-destroy \ pt-barrier-init \ pt-barrier-wait \ - pt-barrierattr-destroy \ pt-barrierattr-init \ pt-barrierattr-getpshared \ pt-barrierattr-setpshared \ @@ -161,6 +160,7 @@ routines := \ pt-attr-setstackaddr \ pt-attr-setstacksize \ pt-barrier \ + pt-barrierattr-destroy \ pt-block \ pt-block-intr \ pt-cond \ diff --git a/htl/Versions b/htl/Versions index 5aff085806..886ccb14c8 100644 --- a/htl/Versions +++ b/htl/Versions @@ -26,6 +26,7 @@ libc { pthread_attr_setscope; pthread_attr_setschedparam; pthread_attr_init; + pthread_barrierattr_destroy; pthread_cond_broadcast; pthread_cond_destroy; pthread_cond_init; @@ -124,6 +125,7 @@ libc { } GLIBC_2.42 { + pthread_barrierattr_destroy; pthread_mutex_consistent; pthread_mutex_consistent_np; pthread_mutex_getprioceiling; pthread_mutex_setprioceiling; @@ -203,7 +205,7 @@ libpthread { pthread_atfork; pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait; - pthread_barrierattr_destroy; pthread_barrierattr_getpshared; + pthread_barrierattr_getpshared; pthread_barrierattr_init; pthread_barrierattr_setpshared; pthread_cancel; |
