This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 646ce7e0be Remove __ASSUME_ST_INO_64_BIT. new 43a45c2d82 m68k: Fix sigaction kernel definition (BZ #23960) new 56b98bf1fb alpha: Use Linux generic sigaction implementation new f9eabb197f hppa: Remove kernel_sigaction.h new 8b1d5da566 ia64: Remove kernel_sigaction.h new 64dd7a1630 s390: Use generic kernel_sigaction.h
The 5 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: ChangeLog | 49 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/alpha/Makefile | 2 +- sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h | 19 ++++----- sysdeps/unix/sysv/linux/alpha/rt_sigaction.S | 41 ++---------------- sysdeps/unix/sysv/linux/alpha/sigaction.c | 38 ----------------- sysdeps/unix/sysv/linux/alpha/sysdep.h | 23 ---------- sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h | 18 -------- sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h | 7 ---- sysdeps/unix/sysv/linux/kernel_sigaction.h | 12 +++++- sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h | 26 ++---------- sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h | 3 +- sysdeps/unix/sysv/linux/powerpc/kernel_sigaction.h | 3 +- sysdeps/unix/sysv/linux/s390/kernel_sigaction.h | 29 ++----------- sysdeps/unix/sysv/linux/sh/kernel_sigaction.h | 3 +- sysdeps/unix/sysv/linux/sigaction.c | 4 +- sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h | 7 +--- sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c | 5 ++- sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c | 5 ++- sysdeps/unix/sysv/linux/x86_64/sigaction.c | 3 +- 19 files changed, 97 insertions(+), 200 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/alpha/sigaction.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h delete mode 100644 sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h