summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-27 06:17:51 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-27 06:17:51 +0100
commit309bff19edec5e5a5f6c66ead3b0aa1eb55e7bc7 (patch)
tree31e10083bd7c618c23c92c12ecd8f069d8d97e91 /execute.h
parente9af15c34c05ec1d79766911b722b6ab91d0c79d (diff)
reset signal mask when forking
Diffstat (limited to 'execute.h')
-rw-r--r--execute.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/execute.h b/execute.h
index d339af93dc..b7dbe68491 100644
--- a/execute.h
+++ b/execute.h
@@ -71,7 +71,8 @@ typedef enum ExitStatus {
EXIT_EXEC,
EXIT_MEMORY,
EXIT_LIMITS,
- EXIT_OOM_ADJUST
+ EXIT_OOM_ADJUST,
+ EXIT_SIGNAL_MASK
} ExitStatus;
int exec_spawn(const ExecCommand *command, const ExecContext *context, int *fds, unsigned n_fds, pid_t *ret);