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 1780027 commit ee0b312Copy full SHA for ee0b312
libc/src/sys/mman/linux/mprotect_common.h
@@ -6,12 +6,12 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
10
#include "src/__support/common.h"
11
#include "src/__support/error_or.h"
12
#include "src/__support/libc_errno.h"
13
#include "src/__support/macros/attributes.h"
14
#include "src/__support/macros/config.h"
-#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
15
#include <sys/syscall.h> // For syscall numbers.
16
17
namespace LIBC_NAMESPACE_DECL {
0 commit comments