poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / fsetpos.texi
blobf955970d3874547ff41567f7d7bc032f63f3daa4
1 @node fsetpos
2 @section @code{fsetpos}
3 @findex fsetpos
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fsetpos.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 On platforms where @code{off_t} is a 32-bit type, this function may not
17 work correctly on files larger than 2 GB@.  The fix is to use the
18 @code{AC_SYS_LARGEFILE} macro.
19 @end itemize