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