poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / fseeko.texi
blobb3276006243a1526f6949fb22c3f3a88eecf212e
1 @node fseeko
2 @section @code{fseeko}
3 @findex fseeko
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fseeko.html}
7 Gnulib module: fseeko
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14.
14 @item
15 The declaration of @code{fseeko} in @code{<stdio.h>} is not enabled by default
16 on some platforms:
17 glibc 2.3.6.
18 @item
19 This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24.
20 @item
21 On platforms where @code{off_t} is a 32-bit type, @code{fseeko} does not work
22 correctly with files larger than 2 GB@.  (Cf. @code{AC_SYS_LARGEFILE}.)
23 @end itemize
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize