[flang] Use object before converts in fir.dispatch (#68589)
[llvm-project.git] / libc / src / sys / sendfile / linux / CMakeLists.txt
blobf6d4fa30fb46cabc363f360b2cc81f6fd43847f7
1 add_entrypoint_object(
2   sendfile
3   SRCS
4     sendfile.cpp
5   HDRS
6     ../sendfile.h
7   DEPENDS
8     libc.include.sys_sendfile
9     libc.include.sys_syscall
10     libc.src.__support.OSUtil.osutil
11     libc.src.errno.errno