blob: 9b8cc66299a6cb54099fb87d7b45391052834df0 [file] [log] [blame] [edit]
#TODO: The sources and target listed here should ideally live in config/linux.
add_entrypoint_object(
mmap
SRCS
mmap.cpp
HDRS
mmap.h
DEPENDS
sys_mman_h
sys_syscall_h
syscall_impl_h
__errno_location
)
add_entrypoint_object(
munmap
SRCS
munmap.cpp
HDRS
munmap.h
DEPENDS
sys_mman_h
sys_syscall_h
syscall_impl_h
__errno_location
)