X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffreopen.texi;h=d14c3e1e0501949240208e48a75136539c49b9d3;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=e1a077a1908cfff515d635e02060b9320225cb40;hpb=599a664564268f6a1b5895c928a59459c9851b2a;p=gnulib.git diff --git a/doc/posix-functions/freopen.texi b/doc/posix-functions/freopen.texi index e1a077a19..d14c3e1e0 100644 --- a/doc/posix-functions/freopen.texi +++ b/doc/posix-functions/freopen.texi @@ -22,6 +22,10 @@ Portability problems not fixed by Gnulib: On Windows platforms (excluding Cygwin), this function does not set @code{errno} upon failure. @item +This function does not support a @code{NULL} file name argument on some +platforms: +OpenBSD 4.9, AIX 7.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, MSVC 9. +@item This function does not fail when the file name argument ends in a slash and (without the slash) names a nonexistent file or a file that is not a directory, on some platforms: