mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:48:11 +00:00
Kernel+LibC: Implement readlinkat(2)
Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev>
This commit is contained in:
parent
9850a69cd1
commit
6445a706cf
6 changed files with 16 additions and 6 deletions
|
@ -389,6 +389,7 @@ struct SC_execve_params {
|
|||
struct SC_readlink_params {
|
||||
StringArgument path;
|
||||
MutableBufferArgument<char, size_t> buffer;
|
||||
int dirfd;
|
||||
};
|
||||
|
||||
struct SC_link_params {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue