git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / pread
blob4fb442467fc99a34cb5075d79e98bd0add4b3d3a
1 Description:
2 pread() function: read without changing file offset
4 Files:
5 lib/pread.c
6 m4/pread.m4
8 Depends-on:
9 lseek
10 unistd
12 configure.ac:
13 gl_FUNC_PREAD
14 gl_UNISTD_MODULE_INDICATOR([pread])
16 Makefile.am:
18 Include:
19 <unistd.h>
21 License:
22 LGPLv2+
24 Maintainer:
25 Jim Meyering