diff options
| author | gfleury <gfleury@disroot.org> | 2024-12-19 22:37:24 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-22 23:34:28 +0100 |
| commit | f57a277c1696ebaee340a565c7440f81f1156ba6 (patch) | |
| tree | 69098bf0a8d27c3b9e0aadd1ed9bcf48b2b16476 /htl/pt-initialize.c | |
| parent | 3089d23517a0d93c645edd5129e08e8432fc3563 (diff) | |
| download | glibc-f57a277c1696ebaee340a565c7440f81f1156ba6.tar.xz glibc-f57a277c1696ebaee340a565c7440f81f1156ba6.zip | |
htl: move pthread_cond_signal into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20241219203727.669825-6-gfleury@disroot.org>
Diffstat (limited to 'htl/pt-initialize.c')
| -rw-r--r-- | htl/pt-initialize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c index c0929a1498..cf312f1cd6 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -27,7 +27,6 @@ #if IS_IN (libpthread) static const struct pthread_functions pthread_functions = { - .ptr_pthread_cond_signal = __pthread_cond_signal, .ptr_pthread_cond_wait = __pthread_cond_wait, .ptr_pthread_cond_timedwait = __pthread_cond_timedwait, .ptr___pthread_exit = __pthread_exit, |
