mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* m4/cloexec.m4: Remove file. * modules/cloexec (Files): Remove it. (configure.ac): Remove gl_CLOEXEC call. (Makefile.am): Augment lib_SOURCES.
27 lines
302 B
Plaintext
27 lines
302 B
Plaintext
Description:
|
|
Set or clear the close-on-exec descriptor flag.
|
|
|
|
Files:
|
|
lib/cloexec.c
|
|
lib/cloexec.h
|
|
|
|
Depends-on:
|
|
dup2
|
|
fcntl
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += cloexec.c
|
|
|
|
Include:
|
|
"cloexec.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|