avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / fstat.texi
1 @node fstat
2 @section @code{fstat}
3 @findex fstat
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstat.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 On platforms where @code{off_t} is a 32-bit type, @code{stat} may not correctly
17 report the size of files or block devices larger than 2 GB.  The fix is to
18 use the @code{AC_SYS_LARGEFILE} macro.
19 @item
20 On Cygwin, @code{fstat} applied to the file descriptors 0 and 1, returns
21 different @code{st_ino} values, even if standard input and standard output
22 are not redirected and refer to the same terminal.
23 @end itemize