1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Files
coreutils/lib/cloexec.h

3 lines
66 B
C
Raw Normal View History

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