This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 135425a1dd nss: Fix build error with --disable-nscd new d8ea0d0168 Add an internal wrapper for clone, clone2 and clone3 new 24c78e2c75 x86-64: Add the clone3 wrapper
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: include/clone_internal.h | 16 ++++ nptl/allocatestack.c | 59 ++------------ nptl/pthread_create.c | 38 +++++---- sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/clone-internal.c | 91 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/clone3.c | 1 + sysdeps/unix/sysv/linux/clone3.h | 67 ++++++++++++++++ sysdeps/unix/sysv/linux/spawni.c | 26 +++---- .../unix/sysv/linux/x86_64/{clone.S => clone3.S} | 89 +++++++++------------ sysdeps/unix/sysv/linux/x86_64/sysdep.h | 2 + 10 files changed, 250 insertions(+), 142 deletions(-) create mode 100644 include/clone_internal.h create mode 100644 sysdeps/unix/sysv/linux/clone-internal.c create mode 100644 sysdeps/unix/sysv/linux/clone3.c create mode 100644 sysdeps/unix/sysv/linux/clone3.h copy sysdeps/unix/sysv/linux/x86_64/{clone.S => clone3.S} (52%)