4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

Fix typo.

This commit is contained in:
Corinna Vinschen 2007-01-26 12:32:11 +00:00
parent 3be6ababd8
commit b8d1550207

View File

@ -4,7 +4,7 @@
on NT by calling unlink_nt. Check for directory here.
* syscalls.cc (try_to_bin): Fix buggy debug_printf statement.
(unlink_nt): Make non-static. Don't use delete-on-close semantics on
directoires. Explain why.
directories. Explain why.
2007-01-24 Corinna Vinschen <corinna@vinschen.de>