Override netdb.h always.
[pspp] / modules / fcntl
index a63c4e387a8286d3cb588a0b42fa409de78120f3..addd6ba1314e5988a9b71ef567df26627f7c3e4d 100644 (file)
@@ -1,17 +1,24 @@
 Description:
-Placeholder for eventual fcntl() replacement.
+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
+gl_FCNTL_MODULE_INDICATOR([fcntl])
 
 Makefile.am:
 
 Include:
-#include <fcntl.h>
+<fcntl.h>
 
 License:
 LGPL