diff options
Diffstat (limited to 'proc')
-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); |