This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fdcc625376 RISC-V: fmax/fmin: Handle signalling NaNs correctly. new 92aabad9b2 Rename nptl-signals.h to internal-signals.h new 27761a1042 Refactor atfork handlers new 4cdc25a4a1 Update sparc ulps
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: ChangeLog | 34 ++++ nptl/Makefile | 2 +- nptl/pthreadP.h | 2 +- nptl/register-atfork.c | 174 +++++++++++---------- nptl/unregister-atfork.c | 121 -------------- .../internal-signals.h} | 5 +- sysdeps/nptl/fork.c | 96 +----------- sysdeps/nptl/fork.h | 31 ++-- sysdeps/nptl/libc-lockP.h | 2 - sysdeps/nptl/nptl-signals.h | 22 --- sysdeps/sparc/fpu/libm-test-ulps | 2 + .../linux/{nptl-signals.h => internal-signals.h} | 16 +- sysdeps/unix/sysv/linux/raise.c | 2 +- sysdeps/unix/sysv/linux/spawni.c | 2 +- 14 files changed, 161 insertions(+), 350 deletions(-) delete mode 100644 nptl/unregister-atfork.c copy sysdeps/{x86_64/fpu/multiarch/svml_d_exp2_core-sse2.S => generic/internal-sig [...] delete mode 100644 sysdeps/nptl/nptl-signals.h rename sysdeps/unix/sysv/linux/{nptl-signals.h => internal-signals.h} (89%)