[libcxx-commits] [PATCH] D91143: [11/N] [libcxx] Hook up a number of operation functions to their windows counterparts
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 13 03:43:42 PST 2020
mstorsjo updated this revision to Diff 305080.
mstorsjo added a comment.
Made symlink_file_dir pass the inspected error code to `set_errno()`, passing `O_BINARY` to the open() function, passing the `MOVEFILE_WRITE_THROUGH` flag to MoveFileExW.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91143/new/
https://reviews.llvm.org/D91143
Files:
libcxx/src/filesystem/filesystem_common.h
libcxx/src/filesystem/operations.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91143.305080.patch
Type: text/x-patch
Size: 7738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201113/556a6bff/attachment.bin>
More information about the libcxx-commits
mailing list