glibc/sysdeps/unix/sysv/linux/arm
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
..
be nptl: Move pthread_gettattr_np into libc 2020-05-20 20:27:49 +02:00
bits
le nptl: Move pthread_gettattr_np into libc 2020-05-20 20:27:49 +02:00
sys
Implies
Makefile
Versions
____longjmp_chk.S
aeabi_read_tp.S
arch-syscall.h Update syscall lists for Linux 5.6. 2020-04-03 18:07:55 +00:00
arm-features.h
atomic-machine.h
brk.c
c++-types.data
clone.S
dl-cache.h
dl-machine.h linux: Remove INTERNAL_SYSCALL_DECL 2020-02-14 21:12:45 -03:00
dl-procinfo.c
dl-procinfo.h
fixup-asm-unistd.h
fxstat.c
fxstatat.c
getcontext.S
ioperm.c
jmp_buf-macros.h
kernel-features.h
ldconfig.h
ldsodefs.h
libc-do-syscall.S
localplt.data ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] 2020-02-15 11:01:23 +01:00
lxstat.c
makecontext.c
profil-counter.h
readelflib.c
register-dump.h
setcontext.S
shlib-versions
sigaction.c
sigcontextinfo.h
sigrestorer.S
swapcontext.S
syscall.S
syscalls.list
sysdep.S
sysdep.h linux: Remove INTERNAL_SYSCALL_DECL 2020-02-14 21:12:45 -03:00
tls.h arm: fix use of INTERNAL_SYSCALL_CALL 2020-02-15 10:30:44 +01:00
ucontext_i.sym
vfork.S
xstat.c