verify: new macro 'assume'
[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 sys_types
11 largefile
12 msvc-nothrow    [test $REPLACE_LSEEK = 1]
13 fstat           [test $REPLACE_LSEEK = 1]
14
15 configure.ac:
16 gl_FUNC_LSEEK
17 if test $REPLACE_LSEEK = 1; then
18   AC_LIBOBJ([lseek])
19 fi
20 gl_UNISTD_MODULE_INDICATOR([lseek])
21
22 Makefile.am:
23
24 Include:
25 <unistd.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Eric Blake