mirror of git://sourceware.org/git/glibc.git
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>
|
||
|---|---|---|
| .. | ||
| 64 | ||
| x32 | ||
| Implies | ||
| Makefile | ||
| Versions | ||
| ____longjmp_chk.S | ||
| __start_context.S | ||
| brk.c | ||
| clone.S | ||
| compat-timer.h | ||
| configure | ||
| configure.ac | ||
| dl-cache.h | ||
| dl-procinfo.c | ||
| dl-procinfo.h | ||
| getcontext.S | ||
| kernel-features.h | ||
| kernel_stat.h | ||
| ldconfig.h | ||
| ldd-rewrite.sed | ||
| libmvec.abilist | ||
| makecontext.c | ||
| readelflib.c | ||
| register-dump.h | ||
| setcontext.S | ||
| sigaction.c | ||
| sigaltstack-offsets.sym | ||
| sigcontextinfo.h | ||
| swapcontext.S | ||
| syscall.S | ||
| syscalls.list | ||
| sysdep.S | ||
| sysdep.h | ||
| timer_create.c | ||
| timer_delete.c | ||
| timer_getoverr.c | ||
| timer_gettime.c | ||
| timer_settime.c | ||
| ucontext_i.sym | ||
| vfork.S | ||