mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
Change syscall naming scheme.
This commit is contained in:
parent
46f0c28a4a
commit
3024167cbd
12 changed files with 156 additions and 148 deletions
|
@ -6,7 +6,7 @@ extern "C" {
|
|||
|
||||
int uname(struct utsname* buf)
|
||||
{
|
||||
int rc = Syscall::invoke(Syscall::PosixUname, (dword)buf);
|
||||
int rc = Syscall::invoke(Syscall::SC_uname, (dword)buf);
|
||||
__RETURN_WITH_ERRNO(rc, rc, -1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue