summaryrefslogtreecommitdiff
path: root/libports/interrupt-operation.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-21 15:50:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-21 15:50:40 +0000
commit5b356ce5bbd42a23f17fa0c6280699b13229f0b3 (patch)
treeba0b300df2dd60943cc9fa9d8fdffb1b319d04d1 /libports/interrupt-operation.c
parentff074b918a0b1c17d6aa38df8eaca77d466d5e64 (diff)
(ports_S_interrupt_operation): Declare kern_return_t.
Diffstat (limited to 'libports/interrupt-operation.c')
-rw-r--r--libports/interrupt-operation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/interrupt-operation.c b/libports/interrupt-operation.c
index 4e87e411..dac91715 100644
--- a/libports/interrupt-operation.c
+++ b/libports/interrupt-operation.c
@@ -23,7 +23,7 @@
/* Cause a pending request on this object to immediately return. The
exact semantics are dependent on the specific object. */
-error_t
+kern_return_t
ports_S_interrupt_operation (mach_port_t port,
mach_port_seqno_t seqno)
{