1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00

Tweak patch that overrides open() and fopen().

This commit is contained in:
Bruno Haible
2008-09-28 14:59:52 +02:00
parent 0c6e0bc20e
commit 4fd7cdb11e
4 changed files with 17 additions and 0 deletions

View File

@@ -18,4 +18,9 @@ Portability problems not fixed by Gnulib:
@item
On Windows platforms (excluding Cygwin), this function does not set @code{errno}
upon failure.
@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:
HP-UX 11.00, Solaris 9, Irix 5.3.
@end itemize