1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-08 02:36:40 +02:00
Files
coreutils/lib/cloexec.h
T

3 lines
66 B
C
Raw Normal View History

2004-03-04 08:49:10 +00:00
#include <stdbool.h>
2004-04-04 06:51:11 +00:00
int set_cloexec_flag (int desc, bool value);