Code

Fixed compile problem on Sol2.6 with stdbool.h
[nagiosplug.git] / lib / cloexec.h
1 #include <stdbool.h>
2 bool set_cloexec_flag (int desc, bool value);