1add_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 12) 13
1add_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 12) 13