mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibC: Enough compat work to make binutils-2.32 build and run.
This commit is contained in:
parent
d7753c7c8d
commit
a7a456002e
14 changed files with 110 additions and 45 deletions
|
@ -14,6 +14,11 @@
|
|||
|
||||
extern "C" {
|
||||
|
||||
int chown(const char* pathname, uid_t owner, gid_t group)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
pid_t fork()
|
||||
{
|
||||
int rc = syscall(SC_fork);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue