X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fexecute.h;fp=src%2Fexecute.h;h=755dea35af513cafcfa5b1312c6105ccba12cf53;hb=f6a6225e414858ff222d2b175369cc42459abf9a;hp=e77cdcf0bb290a42445614f9e85d9776dbb7093a;hpb=b74949bcdc65982a5eaca64c836f4d2a3b8a8d0c;p=elogind.git diff --git a/src/execute.h b/src/execute.h index e77cdcf0b..755dea35a 100644 --- a/src/execute.h +++ b/src/execute.h @@ -42,10 +42,6 @@ struct CGroupBonding; /* Abstract namespace! */ #define LOGGER_SOCKET "/dev/.run/systemd/logger" -/* This doesn't really belong here, but I couldn't find a better place to put this. */ -#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT -#define SIGNALS_IGNORE SIGKILL,SIGPIPE - typedef enum KillMode { KILL_CONTROL_GROUP = 0, KILL_PROCESS_GROUP,