Use a slightly cleaner hack on BSD systems.
[gnulib.git] / doc / functions / fgetpos.texi
1 @node fgetpos
2 @section @code{fgetpos}
3 @findex fgetpos
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/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 @end itemize