monitoring-plugins/lib/cloexec.h
2004-11-19 14:23:00 +00:00

2 lines
67 B
C

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