diff options
Diffstat (limited to 'term')
-rw-r--r-- | term/users.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/term/users.c b/term/users.c index 600e6962..8c2a3bf2 100644 --- a/term/users.c +++ b/term/users.c @@ -1563,20 +1563,6 @@ send_signal (int signo) } } -error_t -trivfs_S_interrupt_operation (mach_port_t port) -{ - struct trivfs_protid *cred = ports_lookup_port (term_bucket, port, - tty_class); - if (!cred) - return EOPNOTSUPP; - - ports_interrupt_rpc (cred); - - ports_port_deref (cred); - return 0; -} - void report_carrier_off () { |