summaryrefslogtreecommitdiff
path: root/libc/src/sys/sendfile/linux/CMakeLists.txt
blob: f6d4fa30fb46cabc363f360b2cc81f6fd43847f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_entrypoint_object(
  sendfile
  SRCS
    sendfile.cpp
  HDRS
    ../sendfile.h
  DEPENDS
    libc.include.sys_sendfile
    libc.include.sys_syscall
    libc.src.__support.OSUtil.osutil
    libc.src.errno.errno
)