Description[NaCl SDK] nacl_io: Fix utime() on directories.
It was previously failing with EISDIR. This is because
utime() internally acquires the node as O_WRONLY in
order to call the Futimens method. This was failing
because the check for opening a directory for write
was done in Open() rather than CanOpen().
Committed: https://crrev.com/9664c614f4d853fd7887fcb4d8249183a1169f0e
Cr-Commit-Position: refs/heads/master@{#300313}
Patch Set 1 #
Total comments: 3
Patch Set 2 : split change #Patch Set 3 : #
Messages
Total messages: 12 (3 generated)
|