avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / fgetpos.texi
1 @node fgetpos
2 @section @code{fgetpos}
3 @findex fgetpos
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fgetpos.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 @code{fflush}, @code{ftell}, @code{ftello}, @code{fgetpos} behave incorrectly
17 on input streams that are opened in @code{O_TEXT} mode and whose contents
18 contains Unix line terminators (LF), on some platforms: mingw.
19 @item
20 On platforms where @code{off_t} is a 64-bit type, but @code{fseeko} is
21 not present, stream operations on files larger than 2 GB silently do
22 the wrong thing.  This affects BSD/OS, which is mostly obsolete.
23 @end itemize