X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloexec;h=8e458bb16e3454d84ebd0549788a77338a27298d;hb=7cc207a704121d8e5f95775a4a64a84da9661e60;hp=9dc2c1a3f74aebbfc04e269b7607d83fcd25633f;hpb=f68c57a7466a299f333352b6d6c958a3a36c0e3c;p=gnulib.git diff --git a/modules/cloexec b/modules/cloexec index 9dc2c1a3f..8e458bb16 100644 --- a/modules/cloexec +++ b/modules/cloexec @@ -4,19 +4,23 @@ 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: -lib_SOURCES += cloexec.c cloexec.h +lib_SOURCES += cloexec.c Include: "cloexec.h" +License: +LGPLv2+ + Maintainer: -Jim Meyering +Jim Meyering, Eric Blake