summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/msg.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs
index 8e0f8400..3b23a9af 100644
--- a/hurd/msg.defs
+++ b/hurd/msg.defs
@@ -65,7 +65,7 @@ routine del_auth (
uids: intarray_t;
gids: intarray_t);
-/* These four calls fetch and store the ports and other information
+/* These eight calls fetch and store the ports and other information
that were passed to the process at exec time (see hurd_types.h).
The REFPORT can be the task port or the auth port. */
@@ -123,12 +123,12 @@ routine set_dtable (
process: mach_port_t;
dtable: portarray_t);
+/* These two calls fetch and store a single file descriptor. */
+
routine get_fd (
process: mach_port_t;
out fd: mach_port_t);
-/* These two calls fetch and store a single file descriptor. */
-
routine set_fd (
process: mach_port_t;
fd: mach_port_t);