7204821360a835d5af4a50434fd62c047c5bacce
[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 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize