diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fs.defs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index 3d6894c5..48a33e32 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -299,3 +299,8 @@ routine file_get_translator_cntl ( file: file_t; out translator_cntl: mach_port_send_t); +/* Return the options describing the way the receiving filesystem is + running. (Suitable as an arg for fsys_set_options). */ +routine file_get_fs_options ( + file: file_t; + out options: data_t); |