mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
Kernel+LibC+LibCore: Implement renameat(2)
Now with the ability to specify different bases for the old and new paths.
This commit is contained in:
parent
eb5389e933
commit
d5fbdf1866
7 changed files with 17 additions and 6 deletions
|
@ -418,7 +418,9 @@ struct SC_symlink_params {
|
|||
};
|
||||
|
||||
struct SC_rename_params {
|
||||
int olddirfd;
|
||||
StringArgument old_path;
|
||||
int newdirfd;
|
||||
StringArgument new_path;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue