summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fsys.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs
index de8d9fc4..ec97c01a 100644
--- a/hurd/fsys.defs
+++ b/hurd/fsys.defs
@@ -33,10 +33,12 @@ FSYS_IMPORTS
/* Sent by filesystem on its bootstrap port upon startup.
REALNODE is the node this filesystem is the translator for,
- with all permissions. */
+ opened with flags FLAGS (O_NOTRANS is assumed even if not
+ provided). */
routine fsys_startup (
bootstrap: mach_port_t;
RPT
+ openflags: int;
control_port: mach_port_send_t;
out realnode: mach_port_send_t);