CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/14 16:26:35
Modified files:
lib/libc/gen : posix_spawn.c
Log message:
_NSIG is the number of valid signals including signal 0, so it's not a valid
signal number itself. Attempting to reset the signal action for it causes
posix_spawn to fail, making the POSIX_SPAWN_SETSIGDEF flag unusable.
ok guenther@
