mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Kernel: Add realpath syscall
This commit is contained in:
parent
8f50d75184
commit
18fbe4ac83
Notes:
sideshowbarker
2024-07-19 12:32:12 +09:00
Author: https://github.com/rok-povsic
Commit: 18fbe4ac83
Pull-request: https://github.com/SerenityOS/serenity/pull/473
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
4 changed files with 34 additions and 0 deletions
|
@ -222,6 +222,7 @@ public:
|
|||
int sys$halt();
|
||||
int sys$reboot();
|
||||
int sys$set_process_icon(int icon_id);
|
||||
int sys$realpath(const char* pathname, char*, size_t);
|
||||
|
||||
static void initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue