File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
#include " src/__support/OSUtil/syscall.h" // For internal syscall function.
12
12
#include " src/__support/common.h"
13
- #include " src/errno /libc_errno.h"
13
+ #include " src/__support /libc_errno.h"
14
14
#include < stdarg.h>
15
15
#include < sys/syscall.h> // For syscall numbers.
16
16
Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ add_libc_unittest(
7
7
SRCS
8
8
ioctl_test.cpp
9
9
DEPENDS
10
- libc.hdr.ioctl_macros
10
+ libc.hdr.sys_ioctl_macros
11
11
libc.src.sys.ioctl.ioctl
12
12
libc.src.errno.errno
13
13
libc.src.fcntl.open
14
14
libc.src.unistd.close
15
15
libc.src.unistd.read
16
16
libc.src.unistd.write
17
17
)
18
+
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " src/errno /libc_errno.h"
9
+ #include " src/__support /libc_errno.h"
10
10
#include " src/fcntl/open.h"
11
11
#include " src/sys/ioctl/ioctl.h"
12
12
#include " src/unistd/close.h"
You can’t perform that action at this time.
0 commit comments