mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-26 13:44:19 +08:00
Update libfuse-operations.txt for FUSE_SYMLINK
This commit is contained in:
parent
88d2dbd0d2
commit
617109955c
@ -43,8 +43,8 @@ was only partly human verified - use with care.
|
||||
- out_args[2]: Not used
|
||||
|
||||
6. FUSE_SYMLINK (6)
|
||||
- in_args[0]: Size of fuse_symlink_in (variable)
|
||||
- in_args[1]: Variable (target path, up to PATH_MAX)
|
||||
- in_args[0]: Variable (new link file name, up to PATH_MAX)
|
||||
- in_args[1]: Variable (target path for the symlink, up to PATH_MAX)
|
||||
- in_args[2]: Not used
|
||||
- out_args[0]: Size of fuse_entry_out (typically 128 bytes)
|
||||
- out_args[1]: Not used
|
||||
|
Loading…
Reference in New Issue
Block a user