diff options
| author | gfleury <gfleury@disroot.org> | 2024-12-19 22:37:27 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-22 23:37:30 +0100 |
| commit | f646be6ff6e4f21e68e579904362d0d110fb3f84 (patch) | |
| tree | c3d9ae38d5d54dc35aeeb5da82fc4f0669a1f9ee /htl/pt-initialize.c | |
| parent | ba8522542fc2f1fa0a928432be91b9456ad745da (diff) | |
| download | glibc-f646be6ff6e4f21e68e579904362d0d110fb3f84.tar.xz glibc-f646be6ff6e4f21e68e579904362d0d110fb3f84.zip | |
htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait into libc.
Message-ID: <20241219203727.669825-9-gfleury@disroot.org>
Diffstat (limited to 'htl/pt-initialize.c')
| -rw-r--r-- | htl/pt-initialize.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c index cf312f1cd6..40eeb7e776 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -27,8 +27,6 @@ #if IS_IN (libpthread) static const struct pthread_functions pthread_functions = { - .ptr_pthread_cond_wait = __pthread_cond_wait, - .ptr_pthread_cond_timedwait = __pthread_cond_timedwait, .ptr___pthread_exit = __pthread_exit, .ptr_pthread_mutex_destroy = __pthread_mutex_destroy, .ptr_pthread_mutex_init = __pthread_mutex_init, |
