pwrite: Fix test whether it works and make it work on HP-UX 11.11.
[gnulib.git] / doc / posix-functions / pwrite.texi
1 @node pwrite
2 @section @code{pwrite}
3 @findex pwrite
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pwrite.html}
6
7 Gnulib module: pwrite
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 HP-UX 10, mingw, BeOS.
14 @item
15 This function does not fail when an invalid (negative) offset is passed when
16 large file support is enabled on some platforms:
17 HP-UX 11.11.
18 @item
19 This function uses an arbitrary offset instead of the @code{off_t} argument
20 when large file support is enabled on some platforms:
21 HP-UX 11.11.
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize