This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7949f552cb S390: Don't use r11 for cu-instructions as used as frame-poi [...] new 02b195d30f linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofday new 55d33108c7 linux: Use GLRO(dl_vdso_time) on time new d40ac01cbb stdlib: Make abort/_Exit AS-safe (BZ 26275)
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 5 + debug/test-strcpy_chk.c | 6 +- debug/tst-fortify-wide.c | 4 +- debug/tst-fortify.c | 4 +- include/bits/unistd_ext.h | 3 + include/stdlib.h | 7 ++ manual/startup.texi | 9 +- nptl/pthread_kill.c | 11 ++ posix/fork.c | 2 + signal/sigaction.c | 15 ++- stdlib/abort.c | 138 ++++++++------------- sysdeps/generic/internal-signals.h | 27 +++- .../sysdep-cancel.h => generic/internal-sigset.h} | 13 +- sysdeps/htl/pthreadP.h | 2 + sysdeps/nptl/_Fork.c | 8 +- sysdeps/nptl/pthreadP.h | 1 + sysdeps/posix/profil.c | 6 +- sysdeps/unix/sysv/linux/gettimeofday.c | 8 +- sysdeps/unix/sysv/linux/internal-signals.h | 9 ++ sysdeps/unix/sysv/linux/internal-sigset.h | 2 +- sysdeps/unix/sysv/linux/spawni.c | 8 +- sysdeps/unix/sysv/linux/time.c | 7 +- 22 files changed, 174 insertions(+), 121 deletions(-) copy sysdeps/{unix/sysv/linux/sysdep-cancel.h => generic/internal-sigset.h} (78%)