1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/doc/posix-functions/freopen.texi

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