From d1fb625d2bbe16aeb77d403d62742b0240ca7024 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 20 Sep 2003 00:31:13 +0000 Subject: * syscalls.cc (system): Strip signal considerations from here so that they are not inherited by a child process. * spawn.cc (spawn_guts): Handle system() signal stuff here. * winsup.h (_P_SYSTEM): Define. --- winsup/cygwin/pinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/pinfo.h') diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 518252c27..97c2c3d58 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -234,6 +234,8 @@ void __stdcall set_myself (pid_t pid, HANDLE h = NULL); extern pinfo myself; #define _P_VFORK 0 +#define _P_SYSTEM 512 + extern void __stdcall pinfo_fixup_after_fork (); extern HANDLE hexec_proc; -- cgit v1.2.3