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 fc3b738 commit b1a92d5Copy full SHA for b1a92d5
libc/src/fcntl/linux/open.cpp
@@ -13,8 +13,8 @@
13
#include "src/__support/macros/config.h"
14
#include "src/errno/libc_errno.h"
15
16
-#include "hdr/types/mode_t.h"
17
#include "hdr/fcntl_macros.h"
+#include "hdr/types/mode_t.h"
18
#include <stdarg.h>
19
#include <sys/syscall.h> // For syscall numbers.
20
libc/src/spawn/linux/posix_spawn.cpp
@@ -14,8 +14,8 @@
#include "src/spawn/file_actions.h"
#include <signal.h> // For SIGCHLD
#include <spawn.h>
21
0 commit comments