summaryrefslogtreecommitdiff
path: root/libports/ports.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-21 15:24:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-21 15:24:24 +0000
commit1c3f951144ff6b40bc2587f072585508a13549a9 (patch)
treefb61515feb2a649b1955779e02ea832f542a341b /libports/ports.h
parent220d2337c90ba1f22f626436fb56bcd478175ecd (diff)
(ports_S_interrupt_operation): Include seqno arg.
Diffstat (limited to 'libports/ports.h')
-rw-r--r--libports/ports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/ports.h b/libports/ports.h
index 3173ae7b..9af620b8 100644
--- a/libports/ports.h
+++ b/libports/ports.h
@@ -265,7 +265,7 @@ error_t ports_do_mach_notify_send_once (mach_port_t notify);
/* A default interrupt server */
int ports_interrupt_server (mach_msg_header_t *, mach_msg_header_t *);
-error_t ports_S_interrupt_operation (mach_port_t port);
+error_t ports_S_interrupt_operation (mach_port_t port, mach_msg_seqno_t);
/* Private data */
extern struct mutex _ports_lock;