summaryrefslogtreecommitdiff
path: root/hurd/io.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-27 19:13:51 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-27 19:13:51 +0000
commitaa55358f359fb5887babfe8fb30525e95c34fbf5 (patch)
tree35198cdd2f7af8702569ffabefa7995850223f0c /hurd/io.defs
parent2487a29190881c1d691a7c40259bd7fe1618e584 (diff)
(io_write, io_restrict_auth): Add SCP to incoming variable sized
arrays.
Diffstat (limited to 'hurd/io.defs')
-rw-r--r--hurd/io.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/io.defs b/hurd/io.defs
index 773ceb8b..c6415f1b 100644
--- a/hurd/io.defs
+++ b/hurd/io.defs
@@ -42,7 +42,7 @@ INTR_INTERFACE
routine io_write (
io_object: io_t;
RPT
- data: data_t;
+ data: data_t SCP;
offset: off_t;
out amount: mach_msg_type_number_t);
@@ -183,8 +183,8 @@ routine io_restrict_auth (
io_object: io_t;
RPT
out new_object: mach_port_send_t;
- uids: idarray_t;
- gids: idarray_t);
+ uids: idarray_t SCP;
+ gids: idarray_t SCP);
/* Return a new port with the same semantics as the existing port. */
routine io_duplicate (