Files
gnu-coreutils/lib/cloexec.h
T
Jim Meyering a07aa7e020 Include <stdbool.h>.
Adjust signature to use `bool' rather than `int'.
2004-03-04 08:49:10 +00:00

3 lines
67 B
C

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