diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-02-16 10:55:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-02-16 10:55:39 +0000 |
commit | 6515119daf690208df07e0585952926f4b40eda7 (patch) | |
tree | ad4abc09bafb10d00798e18481f3582303d93abe /hurd/io.defs | |
parent | 978b438d76360e21532baf3b935a683df94d1c2b (diff) |
Tue Feb 16 04:34:02 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io.defs (io_revoke): New RPC.
Diffstat (limited to 'hurd/io.defs')
-rw-r--r-- | hurd/io.defs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hurd/io.defs b/hurd/io.defs index 7cb85478..75a8f58b 100644 --- a/hurd/io.defs +++ b/hurd/io.defs @@ -1,5 +1,5 @@ /* Definitions for generic IO interface - Copyright (C) 1991, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1994, 1995, 1996, 1999 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -318,3 +318,8 @@ routine io_identity ( out fsidport: mach_port_send_t; out fileno: int); +/* Revoke the access of all descriptors except this one currently open + on the specified object. */ +routine io_revoke ( + io_object: io_t RPTLAST); + |