File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#include " futex_word.h"
10
10
11
- #include " include/sys/syscall.h" // For syscall numbers.
12
11
#include " src/__support/CPP/atomic.h"
13
12
#include " src/__support/OSUtil/syscall.h" // For syscall functions.
14
13
#include " src/__support/threads/callonce.h"
15
14
16
15
#include < limits.h>
17
16
#include < linux/futex.h>
17
+ #include < sys/syscall.h> // For syscall numbers.
18
18
19
19
namespace __llvm_libc {
20
20
Original file line number Diff line number Diff line change 10
10
// strongly control the options this file is compiled with. __restore_rt cannot
11
11
// make any stack allocations so we must ensure this.
12
12
13
- #include " include/sys/syscall.h"
14
13
#include " src/__support/OSUtil/syscall.h"
15
14
15
+ #include < sys/syscall.h>
16
+
16
17
namespace __llvm_libc {
17
18
18
19
extern " C" void __restore_rt ()
Original file line number Diff line number Diff line change 8
8
9
9
#include " Futex.h"
10
10
11
- #include " include/sys/syscall.h" // For syscall numbers.
12
- #include " include/threads.h" // For call_once related type definition.
13
11
#include " src/__support/CPP/atomic.h"
14
12
#include " src/__support/OSUtil/syscall.h" // For syscall functions.
15
13
#include " src/__support/common.h"
18
16
19
17
#include < limits.h>
20
18
#include < linux/futex.h>
19
+ #include < sys/syscall.h> // For syscall numbers.
20
+ #include < threads.h> // For call_once related type definition.
21
21
22
22
namespace __llvm_libc {
23
23
You can’t perform that action at this time.
0 commit comments