From 5ff745ebdb548b2bea695ed3f25f4f80893811ef Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Apr 1993 21:36:40 +0000 Subject: Formerly msg.defs.~5~ --- hurd/msg.defs | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; -- cgit v1.2.3