glibc/sysdeps
Florian Weimer 07a73d5219 nptl: Move pthread_gettattr_np into libc
This is part of the libpthread removal project:

    <https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html>

Use __getline instead of __getdelim to avoid a localplt failure.
Likewise for __getrlimit/getrlimit.

The abilist updates were performed by:

git ls-files 'sysdeps/unix/sysv/linux/**/libc.abilist' \
  | while read x ; do
    echo "GLIBC_2.32 pthread_getattr_np F" >> $x
done
python3 scripts/move-symbol-to-libc.py --only-linux pthread_getattr_np

The private export of __pthread_getaffinity_np is no longer needed, but
the hidden alias still necessary so that the symbol can be exported with
versioned_symbol.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
2020-05-20 20:27:49 +02:00
..
aarch64
alpha
arm
csky
generic y2038: Replace __clock_gettime with __clock_gettime64 2020-05-20 16:45:16 +02:00
gnu
hppa
htl
hurd
i386 x86: Move CET control to _dl_x86_feature_control [BZ #25887] 2020-05-18 06:15:02 -07:00
ia64
ieee754
m68k
mach Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
microblaze
mips
nios2
nptl
posix
powerpc powerpc: Optimized rawmemchr for POWER9 2020-05-18 17:08:54 -05:00
pthread
riscv
s390
sh
sparc
unix nptl: Move pthread_gettattr_np into libc 2020-05-20 20:27:49 +02:00
wordsize-32
wordsize-64
x86 x86: Add --enable-cet=permissive 2020-05-18 08:38:53 -07:00
x86_64 Linux: Remove remnants of the getcpu cache 2020-05-16 15:47:51 +02:00