summaryrefslogtreecommitdiff
path: root/src/fcntl/FD_CLOEXEC.h
blob: f406ed34aac693e20b28aa84c0f489c79087c7db (plain)
1
2
3
4
5
6
7
#include <fcntl.h>

#define FD_CLOEXEC                                                           (1)

/*
POSIX(1)
*/