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