mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Change syscall naming scheme.
This commit is contained in:
parent
46f0c28a4a
commit
3024167cbd
Notes:
sideshowbarker
2024-07-19 18:33:10 +09:00
Author: https://github.com/awesomekling
Commit: 3024167cbd
12 changed files with 156 additions and 148 deletions
|
@ -15,7 +15,7 @@ time_t time(time_t* tloc)
|
|||
|
||||
int gettimeofday(struct timeval* tv, struct timezone*)
|
||||
{
|
||||
int rc = Syscall::invoke(Syscall::PosixGettimeofday, (dword)tv);
|
||||
int rc = Syscall::invoke(Syscall::SC_gettimeofday, (dword)tv);
|
||||
__RETURN_WITH_ERRNO(rc, rc, -1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue