test-stddef: test for (some) offsetof bugs
[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 fcntl
12 stdbool
13
14 configure.ac:
15 gl_CLOEXEC
16 gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
17
18 Makefile.am:
19
20 Include:
21 "cloexec.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Jim Meyering, Eric Blake