mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
Kernel: Use Userspace<T> for the clock_nanosleep syscall
This commit is contained in:
parent
baa070afb8
commit
84035e1035
Notes:
sideshowbarker
2024-07-19 04:18:11 +09:00
Author: https://github.com/bgianfo
Commit: 84035e1035
Pull-request: https://github.com/SerenityOS/serenity/pull/2996
3 changed files with 5 additions and 6 deletions
|
@ -241,7 +241,7 @@ public:
|
|||
int sys$gettimeofday(Userspace<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$clock_nanosleep(Userspace<const Syscall::SC_clock_nanosleep_params*>);
|
||||
int sys$gethostname(char*, ssize_t);
|
||||
int sys$sethostname(const char*, ssize_t);
|
||||
int sys$uname(utsname*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue