llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory
Martin Storsjö 52c5f5ad5f [libcxx] [test] Fix building create_directory in MSVC configurations
Don't use the mode_t type - the official windows sdk doesn't have that type.
(Mingw headers does have such a typedef though.) The umask function returns
int on windows, in both header variants.

Thus just use auto to deduce the umask return type automatically.

Differential Revision: https://reviews.llvm.org/D98140
2021-03-07 23:26:41 +02:00
..
create_directory.pass.cpp [libcxx] [test] Fix building create_directory in MSVC configurations 2021-03-07 23:26:41 +02:00
create_directory_with_attributes.pass.cpp [libcxx] [test] Call create_directory_symlink when linking directories 2021-02-21 00:25:54 +02:00