md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / doc / posix-functions / pread.texi
1 @node pread
2 @section @code{pread}
3 @findex pread
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pread.html}
6
7 Gnulib module: pread
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 HP-UX 10, mingw, MSVC 9, BeOS.
14 @item
15 On platforms where @code{off_t} is a 32-bit type, this function may not
16 work correctly on files larger than 2 GB.  (Cf. @code{AC_SYS_LARGEFILE}.)
17 @item
18 This function returns zero instead of positive values when large file support
19 is enabled on some platforms:
20 HP-UX 11.11.
21 @item
22 This function does not fail on pipes on some platforms:
23 HP-UX 11.31.
24 @end itemize
25
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @end itemize