diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 18:50:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 18:50:25 +0000 |
commit | abd09dd92dfa78acaa9e914f25719487027addf1 (patch) | |
tree | 0d08c818a336d821ffc7e0389b7f1375dc1bff4d | |
parent | 5b356ce5bbd42a23f17fa0c6280699b13229f0b3 (diff) |
(S_interrupt_operation): Include new seqno parameter.
-rw-r--r-- | proc/wait.c | 3 |
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); |