1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-02 07:46:51 +02:00
Files
coreutils/lib/cloexec.h
T
2004-04-04 06:51:11 +00:00

3 lines
66 B
C

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