1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-20 22:32:17 +02:00
Files
coreutils/lib/cloexec.h
2004-04-04 06:51:11 +00:00

3 lines
66 B
C

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