X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloexec;h=8e458bb16e3454d84ebd0549788a77338a27298d;hb=3e460831579f03b5f96703073b02052478b854df;hp=88fb6d3cfdb99799452f7affb04a91a2bab007cd;hpb=e4ee142063a2f63f483d32b4ab87387db9130804;p=gnulib.git diff --git a/modules/cloexec b/modules/cloexec index 88fb6d3cf..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,15 +11,16 @@ fcntl stdbool configure.ac: -gl_CLOEXEC +gl_MODULE_INDICATOR_FOR_TESTS([cloexec]) Makefile.am: +lib_SOURCES += cloexec.c Include: "cloexec.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, Eric Blake