X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fpwrite.texi;h=599c7d2a918d7edf67cab6f51f3829f95e7eb06b;hb=176cd193605775b290fee26568eec5d1ebd47f58;hp=88d3d6ffea7546864000eb455397b905a80411fb;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/pwrite.texi b/doc/posix-functions/pwrite.texi index 88d3d6ffe..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/susv3xsh/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