mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibCore: Add syscall wrapper for mkdir()
This commit is contained in:
parent
f69bd3bd46
commit
01c2756e9a
Notes:
sideshowbarker
2024-07-17 22:41:38 +09:00
Author: https://github.com/awesomekling
Commit: 01c2756e9a
2 changed files with 16 additions and 0 deletions
|
@ -63,5 +63,6 @@ ErrorOr<void> setgid(gid_t);
|
|||
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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue