Work around declaration collisions on Minix.
[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
12 configure.ac:
13 gl_FUNC_LSEEK
14 if test $REPLACE_LSEEK = 1; then
15   AC_LIBOBJ([lseek])
16 fi
17 gl_UNISTD_MODULE_INDICATOR([lseek])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Eric Blake