summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/interrupt.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/interrupt.defs b/hurd/interrupt.defs
index f3597e9c..25850782 100644
--- a/hurd/interrupt.defs
+++ b/hurd/interrupt.defs
@@ -1,5 +1,5 @@
/* Interrup [get the phone, will ya?] tion.
- Copyright (C) 1991 Free Software Foundation
+ Copyright (C) 1991, 1992 Free Software Foundation
This file is part of the GNU Hurd.
@@ -26,6 +26,7 @@ subsystem interrupt 33000;
/* Cause a pending request on this object to immediately return. The
exact semantics are dependent on the specific object. */
+routine
interrupt_operation (
object: mach_port_t);