Merge branch 'stable'
[gnulib.git] / modules / lseek
1 Description:
2 lseek() function: Reposition a file descriptor.
3
4 Files:
5 lib/lseek.c
6 m4/lseek.m4
7
8 Depends-on:
9 unistd
10 largefile
11 msvc-nothrow    [test $REPLACE_LSEEK = 1]
12 fstat           [test $REPLACE_LSEEK = 1]
13
14 configure.ac:
15 gl_FUNC_LSEEK
16 if test $REPLACE_LSEEK = 1; then
17   AC_LIBOBJ([lseek])
18 fi
19 gl_UNISTD_MODULE_INDICATOR([lseek])
20
21 Makefile.am:
22
23 Include:
24 <unistd.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Eric Blake