mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-09 18:01:03 +03:00
This patch call _exit instead of exit in failure case for the spawned
child in Linux posix_spawn{p} implementation.
Tested on x86_64.
[BZ #20178]
* sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call _exit
on failure instead of exit.
12 KiB
12 KiB