dirfd: Avoid link error on AIX 7.1.
[gnulib.git] / modules / cloexec
index 7e41fec..7fb7eeb 100644 (file)
@@ -8,10 +8,12 @@ m4/cloexec.m4
 
 Depends-on:
 dup2
+fcntl
 stdbool
 
 configure.ac:
 gl_CLOEXEC
+gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
 
 Makefile.am:
 
@@ -19,7 +21,7 @@ Include:
 "cloexec.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
-Jim Meyering
+Jim Meyering, Eric Blake