pkg-monitoring-plugins/lib/cloexec.h
2006-01-20 18:48:40 +00:00

3 lines
67 B
C

#include <stdbool.h>
bool set_cloexec_flag (int desc, bool value);