diff options
-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 55fee8a40..b9eabb145 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -20,7 +20,7 @@ static int fd; | |||
20 | 20 | ||
21 | static void watchdog_shutdown(int ATTRIBUTE_UNUSED unused) | 21 | static void watchdog_shutdown(int ATTRIBUTE_UNUSED unused) |
22 | { | 22 | { |
23 | write(fd, "V", 1); /* Magic */ | 23 | write(fd, "V", 1); /* Magic, see watchdog-api.txt in kernel */ |
24 | close(fd); | 24 | close(fd); |
25 | exit(0); | 25 | exit(0); |
26 | } | 26 | } |