mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +00:00
Various stubs while trying to get an old coreutils to build.
This commit is contained in:
parent
e440c3fa87
commit
303577df16
20 changed files with 132 additions and 23 deletions
|
@ -66,8 +66,8 @@ void* realloc(void *ptr, size_t size)
|
|||
|
||||
void exit(int status)
|
||||
{
|
||||
Syscall::invoke(Syscall::SC_exit, (dword)status);
|
||||
for (;;);
|
||||
_exit(status);
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void abort()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue