mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibCore: Add Core::System::readlink
This commit is contained in:
parent
612a3324d7
commit
415eb17490
Notes:
sideshowbarker
2024-07-17 07:06:47 +09:00
Author: https://github.com/petelliott
Commit: 415eb17490
Pull-request: https://github.com/SerenityOS/serenity/pull/15789
Issue: https://github.com/SerenityOS/serenity/issues/15641
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/timschumi ✅
2 changed files with 22 additions and 0 deletions
|
@ -193,5 +193,6 @@ ErrorOr<int> posix_openpt(int flags);
|
|||
ErrorOr<void> grantpt(int fildes);
|
||||
ErrorOr<void> unlockpt(int fildes);
|
||||
ErrorOr<void> access(StringView pathname, int mode);
|
||||
ErrorOr<String> readlink(StringView pathname);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue