* 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.
This commit is contained in:
Christopher Faylor
2006-03-18 19:28:59 +00:00
parent a939686807
commit 3b69aaa932
3 changed files with 12 additions and 1 deletions

View File

@@ -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;