OSDN Git Service

* syscalls.cc (unlink_nt): First remove the R/O DOS attribute with
authorcorinna <corinna>
Thu, 16 Jul 2009 16:55:25 +0000 (16:55 +0000)
committercorinna <corinna>
Thu, 16 Jul 2009 16:55:25 +0000 (16:55 +0000)
commitab01dfa30c2ffc79d64d1a0cc87d1b43cbf716f0
treefbaa2ac912b3cfe719ed3e99cbb08e4193f34157
parentceeffeec2258d8943859c8e176b113985fd14412
* syscalls.cc (unlink_nt): First remove the R/O DOS attribute with
FILE_WRITE_ATTRIBUTES access only, then re-open the file for DELETE.
Explain why.
winsup/cygwin/ChangeLog
winsup/cygwin/syscalls.cc