5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pwrite.html}
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 HP-UX 10, mingw, BeOS.
15 This function does not fail when an invalid (negative) offset is passed when
16 large file support is enabled on some platforms:
19 This function uses an arbitrary offset instead of the @code{off_t} argument
20 when large file support is enabled on some platforms:
24 Portability problems not fixed by Gnulib:
27 On platforms where @code{off_t} is a 32-bit type, this function may not
28 work correctly on files larger than 2 GB. The fix is to use the
29 @code{AC_SYS_LARGEFILE} macro.