summaryrefslogtreecommitdiff
path: root/pflocal/io.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-09-06 22:22:38 +0000
committerMiles Bader <miles@gnu.org>1995-09-06 22:22:38 +0000
commit0ce22a05b72a1ea04462c57645cd09c7d644639b (patch)
treeeb3d519a6ccf624bc1b16be680420d2f068e4c17 /pflocal/io.c
parentd6eaf9738a36214bb63f3e7e114ca5b221df197c (diff)
(S_interrupt_operation): Function deleted.
Diffstat (limited to 'pflocal/io.c')
-rw-r--r--pflocal/io.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/pflocal/io.c b/pflocal/io.c
index cdbdc3b1..53e20c3d 100644
--- a/pflocal/io.c
+++ b/pflocal/io.c
@@ -113,19 +113,6 @@ S_io_write (struct sock_user *user,
return err;
}
-/* Cause a pending request on this object to immediately return. The
- exact semantics are dependent on the specific object. */
-error_t
-S_interrupt_operation (mach_port_t port)
-{
- struct sock_user *user = ports_lookup_port (sock_port_bucket, port, 0);
- if (!user)
- return EOPNOTSUPP;
- ports_interrupt_rpc (user);
- ports_port_deref (user);
- return 0;
-}
-
/* Tell how much data can be read from the object without blocking for
a "long time" (this should be the same meaning of "long time" used
by the nonblocking flag. */