X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=watchdog.h;h=a774dd734d0a6e92855993471ae01d07c83766cb;hp=cebbc33088d762839837fdad84a3e9e4adea4c41;hb=79872ea6ca5867631c1ec5405721af12bea818b2;hpb=36d79a90c28ac9d655ccd8261b3ac0b497a5aec1 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