* ntdll.h: Reorder NT status flags. Fix a case difference. Add
STATUS_CANNOT_DELETE flag. * syscalls.cc (unlink_nt): Change initial NtOpenFile to request FILE_SHARE_DELETE sharing mode. Change comment accordingly. If setting delete disposition failed with STATUS_CANNOT_DELETE, try to delete using delete-on-close. Explain why. Rearrange setting R/O DOS attribute after trying to delete. Simplify comment.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
2009-01-07 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* ntdll.h: Reorder NT status flags. Fix a case difference. Add
|
||||
STATUS_CANNOT_DELETE flag.
|
||||
* syscalls.cc (unlink_nt): Change initial NtOpenFile to request
|
||||
FILE_SHARE_DELETE sharing mode. Change comment accordingly.
|
||||
If setting delete disposition failed with STATUS_CANNOT_DELETE, try
|
||||
to delete using delete-on-close. Explain why.
|
||||
Rearrange setting R/O DOS attribute after trying to delete. Simplify
|
||||
comment.
|
||||
|
||||
2009-01-07 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe if
|
||||
|
||||
Reference in New Issue
Block a user