Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-03-18 22:28:59 +0300
committerChristopher Faylor <me@cgf.cx>2006-03-18 22:28:59 +0300
commit3b69aaa9326376641b02e43556b6c9c706c7467f (patch)
treeb7f5e28899255acdceca4d58e15f453681ea0d9c /winsup/cygwin/pinfo.h
parenta939686807dd8e832939fddf514040fdba7077d8 (diff)
* pinfo.h (EXITCODE_OK): Define new constant.
* sigproc.cc (child_info::sync): Return EXITCODE_OK if entering with exit_code == 0. (sig_send): Don't complain if sending signals while blocked if the sender isn't in the main thread.
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index 93a862688..fbd73dab9 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -35,6 +35,7 @@ enum picom
#define EXITCODE_SET 0x8000000
#define EXITCODE_NOSET 0x4000000
#define EXITCODE_RETRY 0x2000000
+#define EXITCODE_OK 0x1000000
class fhandler_pipe;