repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
cloexec
blob
8e458bb16e3454d84ebd0549788a77338a27298d
1
Description:
2
Set or clear the close-on-exec descriptor flag.
3
4
Files:
5
lib/cloexec.c
6
lib/cloexec.h
7
8
Depends-on:
9
dup2
10
fcntl
11
stdbool
12
13
configure.ac:
14
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
15
16
Makefile.am:
17
lib_SOURCES += cloexec.c
18
19
Include:
20
"cloexec.h"
21
22
License:
23
LGPLv2+
24
25
Maintainer:
26
Jim Meyering, Eric Blake