cloexec: add dup_cloexec
[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 m4/cloexec.m4
8
9 Depends-on:
10 dup2
11 stdbool
12
13 configure.ac:
14 gl_CLOEXEC
15
16 Makefile.am:
17
18 Include:
19 "cloexec.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering