glibc/sysdeps/unix/sysv/linux/powerpc
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
..
bits semaphore: consolidate arch headers into a generic one 2020-05-06 13:07:12 -07:00
powerpc32 nptl: Move pthread_gettattr_np into libc 2020-05-20 20:27:49 +02:00
powerpc64 nptl: Move pthread_gettattr_np into libc 2020-05-20 20:27:49 +02:00
sys
Implies
Makefile
Versions
configure
configure.ac
dl-auxv.h
dl-brk.S
dl-cache.h
dl-static.c
elision-conf.c
elision-conf.h
elision-lock.c
elision-timed.c
elision-trylock.c
elision-unlock.c
force-elision.h
get_timebase_freq.c
gettimeofday.c
htm.h
ioctl.c
ipc_priv.h
kernel-features.h
kernel_sigaction.h
kernel_termios.h
ldconfig.h
ldd-rewrite.sed
ldsodefs.h
libc-start.c
libc-start.h
libc-vdso.h
lowlevellock.h
nldbl-abi.h
pt-longjmp.c
pthread_attr_setstack.c
pthread_attr_setstacksize.c
pthread_mutex_cond_lock.c
pthread_mutex_lock.c
pthread_mutex_timedlock.c
pthread_mutex_trylock.c
readelflib.c
rt-sysdep.c
sigcontextinfo.h
syscall.S
sysconf.c
sysdep.c
sysdep.h powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902] 2020-04-30 19:12:49 -07:00
test-gettimebasefreq-static.c
test-gettimebasefreq.c
test-powerpc-linux-sysconf.c
time.c