From 1979819d680bb5394a878261519f8a3e4a2886a1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 15 May 2020 17:51:57 +0200 Subject: nptl: Move pthread_attr_setaffinity_np into libc This is part of the libpthread removal project: The symbol did not previously exist in libc, so a new GLIBC_2.32 symbol is needed, to get correct dependency for binaries which use the symbol but no longer link against libpthread. The abilist updates were performed by: git ls-files 'sysdeps/unix/sysv/linux/**/libc.abilist' \ | while read x ; do echo "GLIBC_2.32 pthread_attr_setaffinity_np F" >> $x done python3 scripts/move-symbol-to-libc.py pthread_attr_setaffinity_np Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist index 2ca5bbccf3..c6ad37e5d2 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist @@ -2123,6 +2123,7 @@ GLIBC_2.3.3 nftw F GLIBC_2.3.3 nftw64 F GLIBC_2.3.3 posix_fadvise64 F GLIBC_2.3.3 posix_fallocate64 F +GLIBC_2.3.3 pthread_attr_setaffinity_np F GLIBC_2.3.3 remap_file_pages F GLIBC_2.3.3 sched_getaffinity F GLIBC_2.3.3 sched_setaffinity F @@ -2159,6 +2160,7 @@ GLIBC_2.3.4 getipv4sourcefilter F GLIBC_2.3.4 getsourcefilter F GLIBC_2.3.4 longjmp F GLIBC_2.3.4 makecontext F +GLIBC_2.3.4 pthread_attr_setaffinity_np F GLIBC_2.3.4 regexec F GLIBC_2.3.4 sched_getaffinity F GLIBC_2.3.4 sched_setaffinity F @@ -2186,6 +2188,7 @@ GLIBC_2.30 getdents64 F GLIBC_2.30 gettid F GLIBC_2.30 tgkill F GLIBC_2.30 twalk_r F +GLIBC_2.32 pthread_attr_setaffinity_np F GLIBC_2.32 pthread_sigmask F GLIBC_2.4 _IO_fprintf F GLIBC_2.4 _IO_printf F -- cgit 1.4.1