gnulib-tool.py: Fix formatting of error message in last commit.
[gnulib.git] / modules / pread
blob3494cd8d9ea89e246f4ca1db832faf737098b8a9
1 Description:
2 pread() function: read without changing file offset
4 Files:
5 lib/pread.c
6 m4/pread.m4
8 Depends-on:
9 unistd
10 extensions
11 largefile
12 lseek           [test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1]
13 read            [test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1]
15 configure.ac:
16 gl_FUNC_PREAD
17 gl_CONDITIONAL([GL_COND_OBJ_PREAD],
18                [test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1])
19 gl_UNISTD_MODULE_INDICATOR([pread])
21 Makefile.am:
22 if GL_COND_OBJ_PREAD
23 lib_SOURCES += pread.c
24 endif
26 Include:
27 <unistd.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Jim Meyering