mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Kernel: Add new syscall to allow changing the system date
This commit is contained in:
parent
4fcc10c6c3
commit
4484513b45
3 changed files with 19 additions and 0 deletions
|
@ -213,6 +213,7 @@ public:
|
|||
int sys$usleep(useconds_t usec);
|
||||
int sys$gettimeofday(timeval*);
|
||||
int sys$clock_gettime(clockid_t, timespec*);
|
||||
int sys$clock_settime(clockid_t, timespec*);
|
||||
int sys$clock_nanosleep(const Syscall::SC_clock_nanosleep_params*);
|
||||
int sys$gethostname(char*, ssize_t);
|
||||
int sys$uname(utsname*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue