gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / lseek
blob711afeb2faa1761b17cb622218f343217b2fa97c
1 Description:
2 lseek() function: Reposition a file descriptor.
4 Files:
5 lib/lseek.c
6 m4/lseek.m4
8 Depends-on:
9 unistd
10 sys_types
11 largefile
12 msvc-nothrow    [test $REPLACE_LSEEK = 1]
13 fstat           [test "$gl_cv_func_lseek_pipe" = no]
15 configure.ac:
16 gl_FUNC_LSEEK
17 gl_CONDITIONAL([GL_COND_OBJ_LSEEK], [test $REPLACE_LSEEK = 1])
18 gl_UNISTD_MODULE_INDICATOR([lseek])
20 Makefile.am:
21 if GL_COND_OBJ_LSEEK
22 lib_SOURCES += lseek.c
23 endif
25 Include:
26 <unistd.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Eric Blake