mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:57:34 +00:00
LibCore: Add syscall wrapper for fork()
This commit is contained in:
parent
01c2756e9a
commit
2637a64130
2 changed files with 9 additions and 0 deletions
|
@ -64,5 +64,6 @@ ErrorOr<void> setegid(gid_t);
|
|||
ErrorOr<bool> isatty(int fd);
|
||||
ErrorOr<void> symlink(StringView target, StringView link_path);
|
||||
ErrorOr<void> mkdir(StringView path, mode_t);
|
||||
ErrorOr<pid_t> fork();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue