summaryrefslogtreecommitdiff
path: root/modules/cloexec
blob: 8e458bb16e3454d84ebd0549788a77338a27298d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description:
Set or clear the close-on-exec descriptor flag.

Files:
lib/cloexec.c
lib/cloexec.h

Depends-on:
dup2
fcntl
stdbool

configure.ac:
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])

Makefile.am:
lib_SOURCES += cloexec.c

Include:
"cloexec.h"

License:
LGPLv2+

Maintainer:
Jim Meyering, Eric Blake