verify: new macro 'assume'
[gnulib.git] / modules / cloexec
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