Code

Include $libsuff for systems that define this (based on advice from
[nagiosplug.git] / lib / cloexec.h
1 #include <stdbool.h>
2 bool set_cloexec_flag (int desc, bool value);