summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/msg.defs10
1 files changed, 10 insertions, 0 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs
index 1fbf98cc..805f8df0 100644
--- a/hurd/msg.defs
+++ b/hurd/msg.defs
@@ -103,6 +103,16 @@ routine set_dtable (
process: mach_port_t;
dtable: portarray_t);
+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);
+
/* A select call has completed. */
routine io_select_done (
notify_port: mach_port_t;