summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
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);