Skip to content

Commit

Permalink
[libc] Add missing header ioctl.h on aarch64. (#78865)
Browse files Browse the repository at this point in the history
  • Loading branch information
lntue committed Jan 20, 2024
1 parent a464e05 commit 975deb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/config/linux/aarch64/headers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ set(TARGET_PUBLIC_HEADERS
libc.include.threads
libc.include.time
libc.include.unistd

libc.include.sys_ioctl
)
1 change: 1 addition & 0 deletions libc/src/unistd/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ add_entrypoint_object(
../isatty.h
DEPENDS
libc.include.unistd
libc.include.sys_ioctl
libc.include.sys_syscall
libc.src.__support.OSUtil.osutil
libc.src.errno.errno
Expand Down

0 comments on commit 975deb3

Please sign in to comment.