llvm-project/libcxx/src/filesystem
John Brawn 4d25f4453d [libc++] Adjust how we guard the inclusion of unistd.h
unistd.h isn't guaranteed to exist when the target isn't Windows, in
particular if the target is bare-metal (i.e. no operating system).
Handle this by using __has_include instead, though in
filesystem/operations.cpp we already unconditionally include it so
just remove the extra include.

Differential Revision: https://reviews.llvm.org/D79784
2020-05-14 11:53:12 +01:00
..
directory_iterator.cpp [libc++] Fix directory_iterator compilation on Win32 2019-08-31 23:17:38 +00:00
filesystem_common.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
int128_builtins.cpp Fix missing __muloti4 function with UBSAN 2019-08-21 00:16:33 +00:00
operations.cpp [libc++] Adjust how we guard the inclusion of unistd.h 2020-05-14 11:53:12 +01:00