This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9581e76dbb Macroize function declarations in math_private.h new daeb1fa2e1 [BZ 21340] add support for POSIX_SPAWN_SETSID new 249548e476 posix: Remove ununsed posix_spawn internal assignment
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: ChangeLog | 20 +++++++++ NEWS | 5 +++ posix/Makefile | 2 +- posix/spawn.h | 1 + posix/spawnattr_setflags.c | 1 + posix/tst-posix_spawn-setsid.c | 95 ++++++++++++++++++++++++++++++++++++++++ sysdeps/mach/hurd/spawni.c | 3 ++ sysdeps/posix/spawni.c | 7 ++- sysdeps/unix/sysv/linux/spawni.c | 34 +++++++------- 9 files changed, 150 insertions(+), 18 deletions(-) create mode 100644 posix/tst-posix_spawn-setsid.c