From 870218fb30a83c071b53b036d1eb33df7e30397e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 11 May 2021 19:32:43 +0200 Subject: nptl: Move pthread_attr_setstacksize into libc The symbol was moved using scripts/move-symbol-to-libc.py. It is necessary to arrange for a __libpthread_version_placeholder@GLIBC_2.6 on some of the powerpc targets. Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist') diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist index 974b02ae8b..a73730c903 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist @@ -11,7 +11,6 @@ GLIBC_2.4 __pthread_register_cancel F GLIBC_2.4 __pthread_register_cancel_defer F GLIBC_2.4 __pthread_unregister_cancel F GLIBC_2.4 __pthread_unregister_cancel_restore F -GLIBC_2.4 pthread_attr_setstacksize F GLIBC_2.4 pthread_cancel F GLIBC_2.4 pthread_create F GLIBC_2.4 pthread_getconcurrency F -- cgit 1.4.1