mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
980f9d2ceb
* modules/cloexec (License): Change from LGPLv3+ to LGPLv2+, with consent from all contributors. * modules/fcntl (License): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
28 lines
302 B
Plaintext
28 lines
302 B
Plaintext
Description:
|
|
Set or clear the close-on-exec descriptor flag.
|
|
|
|
Files:
|
|
lib/cloexec.c
|
|
lib/cloexec.h
|
|
m4/cloexec.m4
|
|
|
|
Depends-on:
|
|
dup2
|
|
fcntl
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_CLOEXEC
|
|
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"cloexec.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|