mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +00:00
LibCore: Add syscall wrapper for stat()
This commit is contained in:
parent
4a213869f2
commit
3db9979e40
2 changed files with 19 additions and 0 deletions
|
@ -25,5 +25,6 @@ ErrorOr<void> munmap(void* address, size_t);
|
|||
ErrorOr<int> open(StringView path, int options, ...);
|
||||
ErrorOr<void> close(int fd);
|
||||
ErrorOr<void> ftruncate(int fd, off_t length);
|
||||
ErrorOr<struct stat> stat(StringView path);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue