pkg-monitoring-plugins/lib/cloexec.h

3 lines
67 B
C
Raw Normal View History

2006-01-20 18:48:40 +00:00
#include <stdbool.h>
bool set_cloexec_flag (int desc, bool value);