1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:07:34 +00:00

Kernel: Add Syscalls/execve.cpp to aarch64 build

This commit is contained in:
Timon Kruiper 2023-01-25 17:13:12 +01:00 committed by Linus Groh
parent 1fbf562e7e
commit b941bd55d9
3 changed files with 13 additions and 7 deletions

View file

@ -16,11 +16,6 @@ namespace Kernel {
ProcessID g_init_pid { 0 };
ErrorOr<void> Process::exec(NonnullOwnPtr<KString>, NonnullOwnPtrVector<KString>, NonnullOwnPtrVector<KString>, Thread*&, u32&, int)
{
TODO_AARCH64();
}
}
// Delay.cpp