mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
Kernel+LibC+LibCore: Implement symlinkat(2)
Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev>
This commit is contained in:
parent
5c1d5ed51d
commit
9850a69cd1
5 changed files with 11 additions and 2 deletions
|
@ -413,6 +413,7 @@ struct SC_mknod_params {
|
|||
struct SC_symlink_params {
|
||||
StringArgument target;
|
||||
StringArgument linkpath;
|
||||
int dirfd;
|
||||
};
|
||||
|
||||
struct SC_rename_params {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue