stdint test: Fix compilation failure on OSF/1 with DTK compiler.
[gnulib.git] / modules / fcntl
index b4b2ae4..67630f9 100644 (file)
@@ -1,12 +1,15 @@
 Description:
-Support for fcntl() action F_DUPFD_CLOEXEC.
+Support for fcntl() action F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
 
 Files:
 m4/fcntl.m4
 lib/fcntl.c
 
 Depends-on:
+dup2
 fcntl-h
+getdtablesize
+extensions
 
 configure.ac:
 gl_FUNC_FCNTL
@@ -18,7 +21,7 @@ Include:
 <fcntl.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Eric Blake