Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0ace05d3
Commit
0ace05d3
authored
Oct 05, 2012
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve commentary for the last commit.
parent
0d9f584b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/w32.c
src/w32.c
+3
-0
No files found.
src/w32.c
View file @
0ace05d3
...
@@ -3953,6 +3953,9 @@ utime (const char *name, struct utimbuf *times)
...
@@ -3953,6 +3953,9 @@ utime (const char *name, struct utimbuf *times)
/* Need write access to set times. */
/* Need write access to set times. */
fh = CreateFile (name, FILE_WRITE_ATTRIBUTES,
fh = CreateFile (name, FILE_WRITE_ATTRIBUTES,
/* If NAME specifies a directory, FILE_SHARE_DELETE
allows other processes to delete files inside it,
while we have the directory open. */
FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE,
FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE,
0, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL);
0, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL);
if (fh != INVALID_HANDLE_VALUE)
if (fh != INVALID_HANDLE_VALUE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment