diff options
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); + |