mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Change syscall naming scheme.
This commit is contained in:
parent
46f0c28a4a
commit
3024167cbd
12 changed files with 156 additions and 148 deletions
|
@ -61,7 +61,7 @@ void* realloc(void *ptr, size_t)
|
|||
|
||||
void exit(int status)
|
||||
{
|
||||
Syscall::invoke(Syscall::PosixExit, (dword)status);
|
||||
Syscall::invoke(Syscall::SC_exit, (dword)status);
|
||||
}
|
||||
|
||||
void abort()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue