summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-10-28 21:55:18 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-10-28 21:55:18 +0000
commit5da738512c9abd71ba2028720b90b51db61a2a57 (patch)
tree47dbd9cee49fb957b45ff4239b95d85631a145e2 /hurd
parent7be67904e796182508d73e6e98efd3f703cc715f (diff)
Formerly msg.defs.~7~
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);