diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-04-26 21:36:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-04-26 21:36:40 +0000 |
commit | 5ff745ebdb548b2bea695ed3f25f4f80893811ef (patch) | |
tree | 88e2605226e129fe52f5ae2eafb0e9bdabd0ab19 /hurd | |
parent | 7b690fc141413f45fd20020faa8748fb3fdb36c6 (diff) |
Formerly msg.defs.~5~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/msg.defs | 10 |
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; |