mirror of
https://github.com/drasko/codezero.git
synced 2026-02-01 20:53:16 +01:00
Cleaned up all compile errors.
This commit is contained in:
@@ -65,7 +65,7 @@ void update_system_time(void)
|
||||
}
|
||||
|
||||
/* Read system time */
|
||||
int sys_time(struct syscall_args *args)
|
||||
int sys_time(syscall_context_t *args)
|
||||
{
|
||||
struct timeval *tv = (struct timeval *)args->r0;
|
||||
int set = (int)args->r1;
|
||||
|
||||
Reference in New Issue
Block a user