math: Fix some C++ test errors on Cygwin.
[pspp] / modules / fcntl
index 1107cac0b938288cf6c9d00091c048d3285a776b..addd6ba1314e5988a9b71ef567df26627f7c3e4d 100644 (file)
@@ -1,12 +1,19 @@
 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: