diff options
author | Michael I. Bushnell <mib@gnu.org> | 1992-07-10 05:10:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1992-07-10 05:10:48 +0000 |
commit | 32b2f7550dcf95091f8ebb87d32cdf8e32c7a35a (patch) | |
tree | 31c902670e374bfb09f402b54657a32c1ec1811c | |
parent | bb017508db46e9bcf4c597d42be7ff044d5eb195 (diff) | |
download | hurd-32b2f7550dcf95091f8ebb87d32cdf8e32c7a35a.tar.gz hurd-32b2f7550dcf95091f8ebb87d32cdf8e32c7a35a.tar.bz2 hurd-32b2f7550dcf95091f8ebb87d32cdf8e32c7a35a.zip |
Formerly msg.defs.~3~
-rw-r--r-- | hurd/msg.defs | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs index 1eac1ec2..7875b85f 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -5,7 +5,7 @@ This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. The GNU Hurd is distributed in the hope that it will be useful, @@ -92,3 +92,13 @@ routine set_init_int ( task: task_t; which: int; value: int); + +/* These two calls fetch and store the file descriptor table. */ + +routine get_dtable ( + process: mach_port_t; + out dtable: portarray_t); + +routine set_dtable ( + process: mach_port_t; + dtable: portarray_t); |