Merge changes to getloadavg.c from coreutils and Emacs; this
[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 stdbool
11
12 configure.ac:
13 gl_CLOEXEC
14
15 Makefile.am:
16 lib_SOURCES += cloexec.c cloexec.h
17
18 Include:
19 "cloexec.h"
20
21 Maintainer:
22 Jim Meyering