From 96e61709b49c3ebe4fa49c235ddafaad1f1dfc84 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 3 May 2021 08:12:12 +0200 Subject: nptl: Move thrd_exit into libc The symbol was moved using scripts/move-symbol-to-libc.py. The __pthread_exit@@GLIBC_PRIVATE symbol is no longer needed after this change, so remove it. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- sysdeps/unix/sysv/linux/arc/libpthread.abilist | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/arc/libpthread.abilist') diff --git a/sysdeps/unix/sysv/linux/arc/libpthread.abilist b/sysdeps/unix/sysv/linux/arc/libpthread.abilist index f6d0d01f47..ed881e9417 100644 --- a/sysdeps/unix/sysv/linux/arc/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arc/libpthread.abilist @@ -75,7 +75,6 @@ GLIBC_2.32 sem_unlink F GLIBC_2.32 sem_wait F GLIBC_2.32 thrd_create F GLIBC_2.32 thrd_detach F -GLIBC_2.32 thrd_exit F GLIBC_2.32 thrd_join F GLIBC_2.32 tss_create F GLIBC_2.32 tss_delete F -- cgit v1.2.3-70-g09d2