symlink: Update regarding AIX.
[gnulib.git] / modules / pread
1 Description:
2 pread() function: read without changing file offset
3
4 Files:
5 lib/pread.c
6 m4/pread.m4
7
8 Depends-on:
9 lseek
10 unistd
11
12 configure.ac:
13 gl_FUNC_PREAD
14 gl_UNISTD_MODULE_INDICATOR([pread])
15
16 Makefile.am:
17
18 Include:
19 <unistd.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Jim Meyering