1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-02 15:41:25 +03:00
Files
gnulib/doc/functions/freopen.texi
2007-10-07 04:46:57 +02:00

22 lines
499 B
Plaintext

@node freopen
@section @code{freopen}
@findex freopen
POSIX specification: @url{http://www.opengroup.org/susv3xsh/freopen.html}
Gnulib module: freopen
Portability problems fixed by Gnulib:
@itemize
@item
On Windows platforms (excluding Cygwin), this function does usually not
recognize the @file{/dev/null} filename.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
On Windows platforms (excluding Cygwin), this function does not set @code{errno}
upon failure.
@end itemize