diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-26 22:53:25 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-09 02:03:17 +0100 |
| commit | f1b50413543205ddc246a09819b6ff47a714d763 (patch) | |
| tree | 2f66079b7b5f819eb5a1d02c15907b7b51c439ea /htl/Versions | |
| parent | 7ded100d36a8decd0409f695bab5bee5e35395a6 (diff) | |
| download | glibc-f1b50413543205ddc246a09819b6ff47a714d763.tar.xz glibc-f1b50413543205ddc246a09819b6ff47a714d763.zip | |
htl: move pthread_condattr_getclock into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20241126205329.2215295-4-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 7aa8a1fef7..887703ef98 100644 --- a/htl/Versions +++ b/htl/Versions @@ -26,6 +26,7 @@ libc { pthread_attr_setscope; pthread_attr_setschedparam; pthread_attr_init; + pthread_condattr_getclock; pthread_condattr_destroy; } @@ -65,6 +66,7 @@ libc { pthread_attr_setstackaddr; pthread_attr_setstack; pthread_attr_setguardsize; + pthread_condattr_getclock; } @@ -121,7 +123,6 @@ libpthread { pthread_cond_broadcast; pthread_cond_destroy; pthread_cond_init; pthread_cond_signal; pthread_cond_timedwait; pthread_cond_wait; - pthread_condattr_getclock; pthread_condattr_getpshared; pthread_condattr_init; pthread_condattr_setclock; pthread_condattr_setpshared; |
