1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-01 02:26:17 +02:00
Files
coreutils/lib/cloexec.h
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);