From 08129b155e50f01588ec6e675fc76637cb22eb01 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 21 Apr 2021 19:49:51 +0200 Subject: nptl: Move core condition variable functions into libc Onl pthread_cond_clockwait did not have a forwarder, so it needs a new symbol version. Some complications arise due to the need to supply hidden aliases, GLIBC_PRIVATE exports (for the C11 condition variable implementation that still remains in libpthread) and 64-bit time_t stubs. pthread_cond_broadcast, pthread_cond_signal, pthread_cond_timedwait, pthread_cond_wait, pthread_cond_clockwait have been moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist') diff --git a/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist index 819f7341ac..90c7c8ed7c 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist @@ -50,11 +50,6 @@ GLIBC_2.33 pthread_barrierattr_init F GLIBC_2.33 pthread_barrierattr_setpshared F GLIBC_2.33 pthread_cancel F GLIBC_2.33 pthread_clockjoin_np F -GLIBC_2.33 pthread_cond_broadcast F -GLIBC_2.33 pthread_cond_clockwait F -GLIBC_2.33 pthread_cond_signal F -GLIBC_2.33 pthread_cond_timedwait F -GLIBC_2.33 pthread_cond_wait F GLIBC_2.33 pthread_condattr_getclock F GLIBC_2.33 pthread_condattr_getpshared F GLIBC_2.33 pthread_condattr_setclock F -- cgit 1.4.1