mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
Kernel: Rename Syscall.cpp => Syscalls/SyscallHandler.cpp
This commit is contained in:
parent
336fb4f313
commit
59cab85002
Notes:
sideshowbarker
2024-07-17 04:03:27 +09:00
Author: https://github.com/supercomputer7
Commit: 59cab85002
Pull-request: https://github.com/SerenityOS/serenity/pull/17604
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
2 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,6 @@ set(KERNEL_SOURCES
|
|||
Net/Socket.cpp
|
||||
Net/TCPSocket.cpp
|
||||
Net/UDPSocket.cpp
|
||||
Syscall.cpp
|
||||
Security/AddressSanitizer.cpp
|
||||
Security/Credentials.cpp
|
||||
Security/Random.cpp
|
||||
|
@ -324,6 +323,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/stat.cpp
|
||||
Syscalls/statvfs.cpp
|
||||
Syscalls/sync.cpp
|
||||
Syscalls/SyscallHandler.cpp
|
||||
Syscalls/sysconf.cpp
|
||||
Syscalls/thread.cpp
|
||||
Syscalls/times.cpp
|
||||
|
@ -653,7 +653,7 @@ if (ENABLE_KERNEL_COVERAGE_COLLECTION)
|
|||
# interrupt handlers because their calling convention is not compatible
|
||||
# with the System V ABI.
|
||||
../Kernel/Arch/x86_64/Interrupts.cpp
|
||||
../Kernel/Syscall.cpp
|
||||
../Kernel/Syscall/SyscallHandler.cpp
|
||||
)
|
||||
set_source_files_properties(${KCOV_EXCLUDED_SOURCES} PROPERTIES COMPILE_FLAGS "-fno-sanitize-coverage=trace-pc")
|
||||
elseif (ENABLE_USERSPACE_COVERAGE_COLLECTION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue