gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / fdopen.texi
1 @node fdopen
2 @section @code{fdopen}
3 @findex fdopen
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdopen.html}
6
7 Gnulib module: fdopen
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function crashes when invoked with invalid arguments on some platforms:
13 MSVC 9.
14 @item
15 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
16 upon failure.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize