X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fpwrite.texi;h=599c7d2a918d7edf67cab6f51f3829f95e7eb06b;hb=74175b903b1716c1677658e45fa69ef1fbc99015;hp=d1645030b79f857326de56a0d7d245bf76fa47ab;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/pwrite.texi b/doc/posix-functions/pwrite.texi index d1645030b..599c7d2a9 100644 --- a/doc/posix-functions/pwrite.texi +++ b/doc/posix-functions/pwrite.texi @@ -2,17 +2,25 @@ @section @code{pwrite} @findex pwrite -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pwrite.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pwrite.html} -Gnulib module: --- +Gnulib module: pwrite Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +HP-UX 10, mingw, BeOS. +@item +This function does not fail when an invalid (negative) offset is passed when +large file support is enabled on some platforms: +HP-UX 11.11. +@item +This function uses an arbitrary offset instead of the @code{off_t} argument +when large file support is enabled on some platforms: +HP-UX 11.11. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function is missing on some platforms: -mingw, BeOS. @end itemize