From 0ce22a05b72a1ea04462c57645cd09c7d644639b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 6 Sep 1995 22:22:38 +0000 Subject: (S_interrupt_operation): Function deleted. --- pflocal/io.c | 13 ------------- 1 file changed, 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. */ -- cgit v1.2.3