mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Forgot to remove test code
This commit is contained in:
parent
fe96c7b083
commit
48ef694d08
@ -145,13 +145,13 @@ static int sys_get_current_thread(SyscallsFrame *Frame)
|
||||
|
||||
static int sys_get_process_by_pid(SyscallsFrame *Frame)
|
||||
{
|
||||
fixme("sys_get_process_by_pid: %#lx, %#lx, %d", Frame, Buffer, Count);
|
||||
fixme("sys_get_process_by_pid: %#lx", Frame);
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int sys_get_thread_by_tid(SyscallsFrame *Frame)
|
||||
{
|
||||
fixme("sys_get_thread_by_tid: %#lx, %#lx, %d", Frame, Buffer, Count);
|
||||
fixme("sys_get_thread_by_tid: %#lx", Frame);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user