X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloexec;h=8e458bb16e3454d84ebd0549788a77338a27298d;hb=05e8da350f850e41a7671f58824554415f2b6b95;hp=d590d1e6b4ca74a0c2a7ddc79770b9fc82b65a3c;hpb=1d0664a751fdfdcae30e22a5e6bd82f442111b36;p=gnulib.git diff --git a/modules/cloexec b/modules/cloexec index d590d1e6b..8e458bb16 100644 --- a/modules/cloexec +++ b/modules/cloexec @@ -4,7 +4,6 @@ Set or clear the close-on-exec descriptor flag. Files: lib/cloexec.c lib/cloexec.h -m4/cloexec.m4 Depends-on: dup2 @@ -12,16 +11,16 @@ fcntl stdbool configure.ac: -gl_CLOEXEC -gl_MODULE_INDICATOR([cloexec]) +gl_MODULE_INDICATOR_FOR_TESTS([cloexec]) Makefile.am: +lib_SOURCES += cloexec.c Include: "cloexec.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, Eric Blake