summaryrefslogtreecommitdiff
path: root/gnulib/modules/fcntl
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/fcntl')
m---------gnulib0
-rw-r--r--gnulib/modules/fcntl31
2 files changed, 31 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/fcntl b/gnulib/modules/fcntl
new file mode 100644
index 0000000..ab7c8ad
--- /dev/null
+++ b/gnulib/modules/fcntl
@@ -0,0 +1,31 @@
+Description:
+Support for fcntl() action F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
+
+Files:
+m4/fcntl.m4
+lib/fcntl.c
+
+Depends-on:
+fcntl-h
+extensions
+dup2 [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
+getdtablesize [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
+msvc-nothrow [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
+
+configure.ac:
+gl_FUNC_FCNTL
+if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
+ AC_LIBOBJ([fcntl])
+fi
+gl_FCNTL_MODULE_INDICATOR([fcntl])
+
+Makefile.am:
+
+Include:
+<fcntl.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Eric Blake