Skip to content

Commit 3a71160

Browse files
committed
add ioctl wrapper header
1 parent c0fed59 commit 3a71160

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

libc/hdr/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ add_proxy_header_library(
126126
libc.include.llvm-libc-macros.sys_epoll_macros
127127
)
128128

129+
add_proxy_header_library(
130+
sys_ioctl_macros
131+
HDRS
132+
sys_ioctl_macros.h
133+
FULL_BUILD_DEPENDS
134+
libc.include.sys_ioctl
135+
libc.include.llvm-libc-macros.sys_ioctl_macros
136+
)
137+
129138
add_proxy_header_library(
130139
sys_stat_macros
131140
HDRS

0 commit comments

Comments
 (0)