summaryrefslogtreecommitdiffstats
path: root/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.h')
-rw-r--r--watchdog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/watchdog.h b/watchdog.h
index cebbc33..a774dd7 100644
--- a/watchdog.h
+++ b/watchdog.h
@@ -21,5 +21,6 @@ int watchdog_timeout(int timeout);
int watchdog_frequency(int frequency);
void watchdog_set_stopped(bool val);
bool watchdog_get_stopped(void);
+void watchdog_no_cloexec(void);
#endif