From 32b2f7550dcf95091f8ebb87d32cdf8e32c7a35a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 10 Jul 1992 05:10:48 +0000 Subject: Formerly msg.defs.~3~ --- hurd/msg.defs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'hurd') 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); -- cgit v1.2.3