X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloexec;h=8e458bb16e3454d84ebd0549788a77338a27298d;hb=69770559f5bf198928150ac8162734d7f6b99c82;hp=60c04c584b4d032e5ca6e170238c8020af247fa9;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/cloexec b/modules/cloexec index 60c04c584..8e458bb16 100644 --- a/modules/cloexec +++ b/modules/cloexec @@ -4,21 +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 Include: "cloexec.h" License: -GPL +LGPLv2+ Maintainer: -Jim Meyering +Jim Meyering, Eric Blake