Code

Moved check_tcp's expect string testing into utils_tcp for testing purposes.
[nagiosplug.git] / gl / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);