From ad96df2cd9194b84686c272257e96ea74caff72a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 Feb 2020 11:47:13 +0100 Subject: nptl: Move pthread_cond_init implementation into libc It is necessary to export __pthread_cond_init from libc because the C11 condition variable needs it and is still left in libpthread. This is part of the libpthread removal project: Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/sh/be/libpthread.abilist') diff --git a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist index 1ac88709aa..251d48e7e3 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist @@ -86,7 +86,6 @@ GLIBC_2.2 pthread_barrierattr_init F GLIBC_2.2 pthread_barrierattr_setpshared F GLIBC_2.2 pthread_cancel F GLIBC_2.2 pthread_cond_broadcast F -GLIBC_2.2 pthread_cond_init F GLIBC_2.2 pthread_cond_signal F GLIBC_2.2 pthread_cond_timedwait F GLIBC_2.2 pthread_cond_wait F @@ -197,7 +196,6 @@ GLIBC_2.28 tss_delete F GLIBC_2.28 tss_get F GLIBC_2.28 tss_set F GLIBC_2.3.2 pthread_cond_broadcast F -GLIBC_2.3.2 pthread_cond_init F GLIBC_2.3.2 pthread_cond_signal F GLIBC_2.3.2 pthread_cond_timedwait F GLIBC_2.3.2 pthread_cond_wait F -- cgit 1.4.1