ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / lseek
blobced4431235b24fc61c7fcc32e3537c8ecba84716
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 $REPLACE_LSEEK = 1]
15 configure.ac:
16 gl_FUNC_LSEEK
17 if test $REPLACE_LSEEK = 1; then
18   AC_LIBOBJ([lseek])
20 gl_UNISTD_MODULE_INDICATOR([lseek])
22 Makefile.am:
24 Include:
25 <unistd.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Eric Blake