1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/doc/posix-functions/pread.texi
Jim Meyering f84e1a91fb pread: new module
* modules/pread: New file.
* lib/pread.c (pread): New file.
* m4/pread.m4: Likewise.
* lib/unistd.in.h (pread): Define/declare.
* m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
* modules/unistd (Makefile.am): Substitute witnesses.
* doc/posix-functions/pread.texi (pread): Update.
* MODULES.html.sh: Add pread.
2009-11-25 14:56:06 +01:00

19 lines
353 B
Plaintext

@node pread
@section @code{pread}
@findex pread
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pread.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
mingw, BeOS.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize