This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 25efda03df Enable transliteration rules with two input characters in sc [...] new 38316352e0 support: Make support_process_state_wait return the found state new 2c1903cbba sparc: Fix restartable syscalls (BZ 32173)
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: support/process_state.h | 7 +- support/support_process_state.c | 6 +- support/tst-support-process_state.c | 19 +++- sysdeps/unix/sysv/linux/Makefile | 1 + .../unix/sysv/linux/sparc/sparc32/syscall_cancel.S | 4 +- sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h | 3 +- .../unix/sysv/linux/sparc/sparc64/syscall_cancel.S | 4 +- sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h | 3 +- sysdeps/unix/sysv/linux/sparc/sysdep.h | 74 ++++++++------ sysdeps/unix/sysv/linux/tst-syscall-restart.c | 112 +++++++++++++++++++++ 10 files changed, 189 insertions(+), 44 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/tst-syscall-restart.c