monitoring-plugins/gl/cloexec.h

2 lines
66 B
C

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