diff options
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r-- | miscutils/watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index d8e9c78f5..9f5a4b849 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -76,7 +76,7 @@ static void shutdown_on_signal(int sig UNUSED_PARAM) | |||
76 | { | 76 | { |
77 | remove_pidfile_std_path_and_ext("watchdog"); | 77 | remove_pidfile_std_path_and_ext("watchdog"); |
78 | shutdown_watchdog(); | 78 | shutdown_watchdog(); |
79 | _exit(EXIT_SUCCESS); | 79 | _exit_SUCCESS(); |
80 | } | 80 | } |
81 | 81 | ||
82 | static void watchdog_open(const char* device) | 82 | static void watchdog_open(const char* device) |