diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 15:50:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 15:50:40 +0000 |
commit | 5b356ce5bbd42a23f17fa0c6280699b13229f0b3 (patch) | |
tree | ba0b300df2dd60943cc9fa9d8fdffb1b319d04d1 | |
parent | ff074b918a0b1c17d6aa38df8eaca77d466d5e64 (diff) |
(ports_S_interrupt_operation): Declare kern_return_t.
-rw-r--r-- | libports/interrupt-operation.c | 2 |
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) { |