mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
Kernel: Add Syscalls/sigaction.cpp to aarch64 build
This commit is contained in:
parent
80b722081b
commit
6ad87f9409
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