diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-03-02 15:16:45 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-03-02 15:37:33 +0100 |
| commit | ccdb68e829a31e4cda8339ea0d2dc3e51fb81ba5 (patch) | |
| tree | 0a4bee357b253da9f85bce1cc2d79bf0f410c60a /htl | |
| parent | e5893e6349541d871e8a25120bca014551d13ff5 (diff) | |
| download | glibc-ccdb68e829a31e4cda8339ea0d2dc3e51fb81ba5.tar.xz glibc-ccdb68e829a31e4cda8339ea0d2dc3e51fb81ba5.zip | |
htl: move pthread_once into libc
Diffstat (limited to 'htl')
| -rw-r--r-- | htl/Makefile | 2 | ||||
| -rw-r--r-- | htl/Versions | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/htl/Makefile b/htl/Makefile index 310097914f..603af24ce4 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -31,7 +31,6 @@ libpthread-routines := \ pt-key-delete \ pt-getspecific \ pt-setspecific \ - pt-once \ pt-alloc \ pt-create \ pt-getattr \ @@ -186,6 +185,7 @@ routines := \ pt-mutexattr-setrobust \ pt-mutexattr-settype \ pt-nthreads \ + pt-once \ pt-pthread_self \ pt-rwlock-attr \ pt-rwlock-destroy \ diff --git a/htl/Versions b/htl/Versions index 3d2cb4e7a4..a07a3b3708 100644 --- a/htl/Versions +++ b/htl/Versions @@ -63,6 +63,7 @@ libc { pthread_mutexattr_setprotocol; pthread_mutexattr_setpshared; pthread_mutexattr_settype; + pthread_once; pthread_rwlock_destroy; pthread_rwlock_init; pthread_rwlock_rdlock; @@ -158,6 +159,7 @@ libc { pthread_mutex_setprioceiling; pthread_rwlock_destroy; pthread_mutex_trylock; + pthread_once; pthread_rwlock_clockrdlock; pthread_rwlock_clockwrlock; pthread_rwlock_init; @@ -211,6 +213,7 @@ libc { __pthread_mutexattr_destroy; __pthread_mutexattr_init; __pthread_mutexattr_settype; + __pthread_once; __pthread_sigstate; __pthread_sigstate_destroy; __pthread_sigmask; @@ -264,8 +267,6 @@ libpthread { pthread_mutex_transfer_np; - pthread_once; - pthread_setconcurrency; pthread_setschedprio; pthread_setspecific; |
