mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel: Add Syscalls/mmap.cpp to aarch64 build
This commit is contained in:
parent
a146a19636
commit
80b722081b
Notes:
sideshowbarker
2024-07-17 10:54:57 +09:00
Author: https://github.com/FireFox317
Commit: 80b722081b
Pull-request: https://github.com/SerenityOS/serenity/pull/17183
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
Reviewed-by: https://github.com/nico ✅
2 changed files with 8 additions and 2 deletions
|
@ -292,6 +292,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/lseek.cpp
|
||||
Syscalls/mkdir.cpp
|
||||
Syscalls/mknod.cpp
|
||||
Syscalls/mmap.cpp
|
||||
Syscalls/mount.cpp
|
||||
Syscalls/open.cpp
|
||||
Syscalls/perf_event.cpp
|
||||
|
@ -401,7 +402,6 @@ if ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
|||
Syscall.cpp
|
||||
Syscalls/execve.cpp
|
||||
Syscalls/fork.cpp
|
||||
Syscalls/mmap.cpp
|
||||
Syscalls/sigaction.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue