mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
Kernel: Pass characters+length to link()
This commit is contained in:
parent
416c7ac2b5
commit
485443bfca
5 changed files with 35 additions and 7 deletions
|
@ -327,6 +327,11 @@ struct SC_readlink_params {
|
|||
MutableBufferArgument<char, size_t> buffer;
|
||||
};
|
||||
|
||||
struct SC_link_params {
|
||||
StringArgument old_path;
|
||||
StringArgument new_path;
|
||||
};
|
||||
|
||||
void initialize();
|
||||
int sync();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue