string-buffer tests: Avoid test failure on native Windows.
[gnulib.git] / doc / posix-functions / aio_error.texi
blob9f2b042582b1b55d7d3a1b1977b531e13cac66f9
1 @node aio_error
2 @subsection @code{aio_error}
3 @findex aio_error
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/aio_error.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On platforms where @code{off_t} is a 32-bit type, this function may not
13 work correctly on files 2 GiB and larger.  @xref{Large File Support}.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function is missing on some platforms:
20 NetBSD 3.0, OpenBSD 7.5, Minix 3.1.8, AIX 5.1, Cygwin 2.10.x, mingw, MSVC 14, Android 9.0.
21 @end itemize