[libcxx-commits] [PATCH] D91141: [9/N] [libcxx] Implement the stat function family on top of native windows APIs

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 13 03:40:04 PST 2020


mstorsjo updated this revision to Diff 305078.
mstorsjo added a comment.

Made the `set_errno()` helper take the error code as a parameter, to avoid double calls to `GetLastError()` if the caller already has fetched and inspected the error code.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91141/new/

https://reviews.llvm.org/D91141

Files:
  libcxx/src/filesystem/filesystem_common.h
  libcxx/src/filesystem/operations.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91141.305078.patch
Type: text/x-patch
Size: 6284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201113/60c6d7f5/attachment-0001.bin>


More information about the libcxx-commits mailing list