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 dcdfd65 commit 8f0789eCopy full SHA for 8f0789e
libc/src/sys/stat/linux/chmod.cpp
@@ -11,8 +11,8 @@
11
#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
12
#include "src/__support/common.h"
13
14
-#include "hdr/types/mode_t.h"
15
#include "hdr/fcntl_macros.h"
+#include "hdr/types/mode_t.h"
16
#include "src/__support/macros/config.h"
17
#include "src/errno/libc_errno.h"
18
#include <sys/stat.h>
libc/src/sys/stat/linux/mkdir.cpp
0 commit comments