X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloexec;h=8e458bb16e3454d84ebd0549788a77338a27298d;hb=7cc207a704121d8e5f95775a4a64a84da9661e60;hp=93f518eca5e87fbbd6d98e28674bf6c58b6f21fd;hpb=b82fdd083d3dc0e8e610c49330ab7780fb33e9c1;p=gnulib.git diff --git a/modules/cloexec b/modules/cloexec index 93f518eca..8e458bb16 100644 --- a/modules/cloexec +++ b/modules/cloexec @@ -4,23 +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([cloexec]) +gl_MODULE_INDICATOR_FOR_TESTS([cloexec]) Makefile.am: +lib_SOURCES += cloexec.c Include: "cloexec.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, Eric Blake