Skip to content

Commit 975deb3

Browse files
authored
[libc] Add missing header ioctl.h on aarch64. (#78865)
1 parent a464e05 commit 975deb3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libc/config/linux/aarch64/headers.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ set(TARGET_PUBLIC_HEADERS
2121
libc.include.threads
2222
libc.include.time
2323
libc.include.unistd
24+
25+
libc.include.sys_ioctl
2426
)

libc/src/unistd/linux/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ add_entrypoint_object(
226226
../isatty.h
227227
DEPENDS
228228
libc.include.unistd
229+
libc.include.sys_ioctl
229230
libc.include.sys_syscall
230231
libc.src.__support.OSUtil.osutil
231232
libc.src.errno.errno

0 commit comments

Comments
 (0)