This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 68007900be misc, nptl: Remove stray references to __condvar_load_64_relaxed new 00baddbb93 linux: Add generic syscall implementation new a329f68f2e linux: Add generic ioctl implementation
The 2 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: sysdeps/unix/sysdep.h | 20 +++++++ sysdeps/unix/sysv/linux/hppa/syscall.c | 65 ---------------------- .../{nios2/kernel_stat.h => internal-ioctl.h} | 12 ++-- {misc => sysdeps/unix/sysv/linux}/ioctl.c | 35 +++++++++--- .../linux/powerpc/{ioctl.c => internal-ioctl.h} | 42 ++++---------- sysdeps/unix/sysv/linux/riscv/syscall.c | 4 +- .../bsd-_setjmp.S => unix/sysv/linux/syscall.c} | 34 +++++++---- 7 files changed, 91 insertions(+), 121 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/hppa/syscall.c copy sysdeps/unix/sysv/linux/{nios2/kernel_stat.h => internal-ioctl.h} (74%) copy {misc => sysdeps/unix/sysv/linux}/ioctl.c (56%) rename sysdeps/unix/sysv/linux/powerpc/{ioctl.c => internal-ioctl.h} (55%) copy sysdeps/{arm/bsd-_setjmp.S => unix/sysv/linux/syscall.c} (56%)