[libcxx] Use the posix code for directory_entry::__do_refresh
authorMartin Storsjö <martin@martin.st>
Fri, 30 Oct 2020 20:24:25 +0000 (22:24 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 5 Feb 2021 20:47:33 +0000 (22:47 +0200)
commit4d292d531bea6f7a6021f212e59b3826bc7cd913
treef1b7cb064bacc69c1adb4d5b3fd70a2925d9b17b
parentf6342806dbfcae5320013331958dae98855e75f6
[libcxx] Use the posix code for directory_entry::__do_refresh

This works just fine for windows, as all the functions it calls
are implemented and wrapped for windows.

Differential Revision: https://reviews.llvm.org/D91173
libcxx/src/filesystem/operations.cpp