mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Kernel: Pass a parameter struct to symlink()
This commit is contained in:
parent
c97bfbd609
commit
46830a0c32
4 changed files with 23 additions and 8 deletions
|
@ -345,6 +345,11 @@ struct SC_mknod_params {
|
|||
u32 dev;
|
||||
};
|
||||
|
||||
struct SC_symlink_params {
|
||||
StringArgument target;
|
||||
StringArgument linkpath;
|
||||
};
|
||||
|
||||
void initialize();
|
||||
int sync();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue