mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
More compat work.
Move syscall to int 0x82 since using int 0x80 was kinda prone to fork bombs when building things on Linux. :^)
This commit is contained in:
@@ -201,6 +201,11 @@ char* getenv(const char* name)
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
int putenv(char*)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
double atof(const char*)
|
||||
{
|
||||
assert(false);
|
||||
|
||||
Reference in New Issue
Block a user