mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
Kernel: Add Syscalls/sigaction.cpp to aarch64 build
This commit is contained in:
parent
80b722081b
commit
6ad87f9409
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/FireFox317
Commit: 6ad87f9409
Pull-request: https://github.com/SerenityOS/serenity/pull/17183
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
Reviewed-by: https://github.com/nico ✅
1 changed files with 1 additions and 1 deletions
|
@ -314,6 +314,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/sendfd.cpp
|
||||
Syscalls/setpgid.cpp
|
||||
Syscalls/setuid.cpp
|
||||
Syscalls/sigaction.cpp
|
||||
Syscalls/socket.cpp
|
||||
Syscalls/stat.cpp
|
||||
Syscalls/statvfs.cpp
|
||||
|
@ -402,7 +403,6 @@ if ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
|||
Syscall.cpp
|
||||
Syscalls/execve.cpp
|
||||
Syscalls/fork.cpp
|
||||
Syscalls/sigaction.cpp
|
||||
)
|
||||
|
||||
set(KERNEL_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue