diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-11-19 14:23:00 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-11-19 14:23:00 +0000 |
commit | 7542afc175ddef822766a3a818a77fbf6670a980 (patch) | |
tree | f7af67aaeedf3fd8117ebad15e5752157e62fcef /lib/cloexec.h | |
parent | cb737f57265d4afb80004c680d9f6e3861b59e41 (diff) | |
download | monitoring-plugins-7542afc175ddef822766a3a818a77fbf6670a980.tar.gz |
Files required for getloadavg.c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@910 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/cloexec.h')
-rw-r--r-- | lib/cloexec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cloexec.h b/lib/cloexec.h new file mode 100644 index 00000000..ecad8d71 --- /dev/null +++ b/lib/cloexec.h | |||
@@ -0,0 +1,2 @@ | |||
1 | #include <stdbool.h> | ||
2 | bool set_cloexec_flag (int desc, bool value); | ||