mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
Various stubs while trying to get an old coreutils to build.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user