5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pread.html}
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 HP-UX 10, mingw, MSVC 9, BeOS.
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}.)
18 This function returns zero instead of positive values when large file support
19 is enabled on some platforms:
22 This function does not fail on pipes on some platforms:
26 Portability problems not fixed by Gnulib: