diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-22 04:39:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-22 04:39:16 +0200 |
commit | 1b91d3e8f402829f336daa5f768e768aede373da (patch) | |
tree | 2039e6e2436ebf839ab28886dad27541d2a00d66 /src/execute.h | |
parent | 7535cc788e37afaf9904d0ee8e2b98f1cb3a4cbd (diff) |
execute: fix typo
Diffstat (limited to 'src/execute.h')
-rw-r--r-- | src/execute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execute.h b/src/execute.h index 045d4620d7..4585fe43a7 100644 --- a/src/execute.h +++ b/src/execute.h @@ -42,7 +42,7 @@ struct CGroupBonding; #define LOGGER_SOCKET "/org/freedesktop/systemd1/logger" /* This doesn't really belong here, but I couldn't find a better place to put this. */ -#define SIGNALS_CRASH_HANLDER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT +#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT #define SIGNALS_IGNORE SIGKILL,SIGPIPE typedef enum ExecInput { |