diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-26 22:53:27 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-09 02:03:18 +0100 |
| commit | ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce (patch) | |
| tree | 7e39145f90a2c327ed533a2b1221f4361ff12584 /htl/Versions | |
| parent | 25699c4c3ab7617fc3506ee0a6123881c78812ea (diff) | |
| download | glibc-ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce.tar.xz glibc-ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce.zip | |
htl: move pthread_condattr_init into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20241126205329.2215295-6-gfleury@disroot.org>
Diffstat (limited to 'htl/Versions')
| -rw-r--r-- | htl/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htl/Versions b/htl/Versions index 331060141b..95c8a52184 100644 --- a/htl/Versions +++ b/htl/Versions @@ -27,6 +27,7 @@ libc { pthread_attr_setschedparam; pthread_attr_init; pthread_condattr_getclock; + pthread_condattr_init; pthread_condattr_destroy; pthread_condattr_getpshared; } @@ -87,6 +88,7 @@ libc { __pthread_attr_setstacksize; __pthread_attr_setstackaddr; __pthread_attr_setstack; + __pthread_condattr_init; __pthread_default_condattr; } } @@ -125,7 +127,6 @@ libpthread { pthread_cond_broadcast; pthread_cond_destroy; pthread_cond_init; pthread_cond_signal; pthread_cond_timedwait; pthread_cond_wait; - pthread_condattr_init; pthread_condattr_setclock; pthread_condattr_setpshared; pthread_create; pthread_detach; pthread_exit; |
