Sign in
llvm
/
llvm-project
/
4b9f622ca94d8f4c0102560cb15c99f4e0013f99
/
.
/
libc
/
src
/
poll
/
linux
/
CMakeLists.txt
blob: a9ef596c36c893799e205d8de545230d3a0b0dad [
file
] [
log
] [
blame
]
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
)