1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/cloexec
Eric Blake 980f9d2ceb cloexec, fcntl: relax license
* 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>
2010-12-13 10:02:59 -07:00

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