X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloexec;h=8e458bb16e3454d84ebd0549788a77338a27298d;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=ea6632f531b50f2ec47d17a569b0b4c7536dabe3;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/cloexec b/modules/cloexec index ea6632f53..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 cloexec.c +lib_SOURCES += cloexec.c Include: "cloexec.h" License: -GPL +LGPLv2+ Maintainer: -Jim Meyering +Jim Meyering, Eric Blake