mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
Kernel: Make Syscalls/ptrace.cpp buildable for aarch64
This commit is contained in:
parent
cab725cdfb
commit
a146a19636
3 changed files with 17 additions and 7 deletions
|
@ -16,11 +16,6 @@ namespace Kernel {
|
|||
|
||||
ProcessID g_init_pid { 0 };
|
||||
|
||||
bool Process::has_tracee_thread(ProcessID)
|
||||
{
|
||||
TODO_AARCH64();
|
||||
}
|
||||
|
||||
ErrorOr<void> Process::exec(NonnullOwnPtr<KString>, NonnullOwnPtrVector<KString>, NonnullOwnPtrVector<KString>, Thread*&, u32&, int)
|
||||
{
|
||||
TODO_AARCH64();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue