mirror of
https://github.com/drasko/codezero.git
synced 2026-01-22 07:43:21 +01:00
Cleaned up all compile errors.
This commit is contained in:
@@ -49,7 +49,7 @@ int sys_schedule(syscall_context_t *regs)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int sys_space_control(struct syscall_args *regs)
|
||||
int sys_space_control(syscall_context_t *regs)
|
||||
{
|
||||
return -ENOSYS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user