1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/modules/cloexec
Bruno Haible 7281af20c4 cloexec: Move AC_LIBOBJ invocations to module description.
* m4/cloexec.m4: Remove file.
* modules/cloexec (Files): Remove it.
(configure.ac): Remove gl_CLOEXEC call.
(Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:19 +02:00

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