Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
libc
/
src
/
poll
/
linux
/
CMakeLists.txt
blob: a9ef596c36c893799e205d8de545230d3a0b0dad [
file
] [
log
] [
blame
] [
edit
]
add_entrypoint_object(
poll
SRCS
poll.cpp
HDRS
../poll.h
DEPENDS
libc.hdr.types.nfds_t
libc.hdr.types.struct_pollfd
libc.hdr.types.struct_timespec
libc.include.sys_syscall
libc.src.__support.OSUtil.osutil
libc.src.errno.errno
)