chiark / gitweb /
reset signal mask when forking
[elogind.git] / execute.h
index d339af93dccba082c1af49da277eb8ab5035c63a..b7dbe68491eb26ea0a47860a832e3baa716c36e3 100644 (file)
--- 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);