summaryrefslogtreecommitdiff
path: root/proc/wait.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-21 18:50:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-21 18:50:25 +0000
commitabd09dd92dfa78acaa9e914f25719487027addf1 (patch)
tree0d08c818a336d821ffc7e0389b7f1375dc1bff4d /proc/wait.c
parent5b356ce5bbd42a23f17fa0c6280699b13229f0b3 (diff)
(S_interrupt_operation): Include new seqno parameter.
Diffstat (limited to 'proc/wait.c')
-rw-r--r--proc/wait.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/proc/wait.c b/proc/wait.c
index d4fbe964..5b1c7bbf 100644
--- a/proc/wait.c
+++ b/proc/wait.c
@@ -317,7 +317,8 @@ zombie_check_pid (pid_t pid)
/* Implement interrupt_operation as described in <hurd/interrupt.defs>. */
kern_return_t
-S_interrupt_operation (mach_port_t object)
+S_interrupt_operation (mach_port_t object,
+ mach_port_seqno_t seqno)
{
struct proc *p = reqport_find (object);