mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* m4/pread.m4 (gl_FUNC_PREAD): When pread exists, test whether it works and set REPLACE_PREAD if not. * doc/posix-functions/pread.texi: Document the HP-UX 11 bugs.
26 lines
569 B
Plaintext
26 lines
569 B
Plaintext
@node pread
|
|
@section @code{pread}
|
|
@findex pread
|
|
|
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pread.html}
|
|
|
|
Gnulib module: pread
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This function is missing on some platforms:
|
|
HP-UX 10, mingw, BeOS.
|
|
@item
|
|
This function returns zero instead of positive values when large file support
|
|
is enabled on some platforms:
|
|
HP-UX 11.11.
|
|
@item
|
|
This function does not fail on pipes on some platforms:
|
|
HP-UX 11.31.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|