summaryrefslogtreecommitdiffstats
path: root/libc/src/sys/mman/CMakeLists.txt
blob: 9b8cc66299a6cb54099fb87d7b45391052834df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#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
)
OpenPOWER on IntegriCloud