We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7650a01 commit 0c8dfc8Copy full SHA for 0c8dfc8
libc/test/src/stdio/CMakeLists.txt
@@ -354,7 +354,7 @@ if(${LIBC_TARGET_OS} STREQUAL "linux")
354
libc.src.unistd.access
355
libc.src.unistd.close
356
)
357
-
+
358
add_libc_test(
359
rename_test
360
SUITE
libc/test/src/stdio/rename_test.cpp
@@ -6,6 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#include "include/llvm-libc-macros/linux/unistd-macros.h"
10
+#include "include/llvm-libc-macros/linux/sys-stat-macros.h"
11
#include "src/errno/libc_errno.h"
12
#include "src/fcntl/open.h"
13
#include "src/stdio/rename.h"
0 commit comments