pkg-monitoring-plugins/gl/cloexec.h

3 lines
66 B
C
Raw Normal View History

2013-11-26 22:53:19 +00:00
#include <stdbool.h>
int set_cloexec_flag (int desc, bool value);