diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-01 20:51:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-01 20:51:01 +0000 |
commit | ae4347818b4317f12a0c464b92277238754a9de9 (patch) | |
tree | ba6df503a33cb9b41154da716d741413d57029ea /pfinet/sched.c | |
parent | 9bf42fd45219b511702a7fe75ea66f8cab9c14c6 (diff) |
Formerly sched.c.~9~
Diffstat (limited to 'pfinet/sched.c')
-rw-r--r-- | pfinet/sched.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pfinet/sched.c b/pfinet/sched.c index a6edf5e0..1d0dfd5e 100644 --- a/pfinet/sched.c +++ b/pfinet/sched.c @@ -71,16 +71,6 @@ sock_wake_async (struct socket *sock, int how) return 0; } -/* Record that we are doing a select. The table P is passed - to the protocol-specific select routine and then echoed - through to us. The WAIT_ADDRESS is what will be woken up - when I/O becomes possible. */ -void -select_wait (struct wait_queue **wait_address, select_table *p) -{ - /* For now, do nothing. XXX */ - return; -} /* Set the contents of current appropriately for an RPC being undertaken by USER. */ |