summaryrefslogtreecommitdiff
path: root/gnulib/modules/lseek
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/lseek')
m---------gnulib0
-rw-r--r--gnulib/modules/lseek30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/lseek b/gnulib/modules/lseek
new file mode 100644
index 0000000..1ec6e2a
--- /dev/null
+++ b/gnulib/modules/lseek
@@ -0,0 +1,30 @@
+Description:
+lseek() function: Reposition a file descriptor.
+
+Files:
+lib/lseek.c
+m4/lseek.m4
+
+Depends-on:
+unistd
+largefile
+msvc-nothrow [test $REPLACE_LSEEK = 1]
+fstat [test $REPLACE_LSEEK = 1]
+
+configure.ac:
+gl_FUNC_LSEEK
+if test $REPLACE_LSEEK = 1; then
+ AC_LIBOBJ([lseek])
+fi
+gl_UNISTD_MODULE_INDICATOR([lseek])
+
+Makefile.am:
+
+Include:
+<unistd.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Eric Blake