From e546aceffb9167e59acff3bc487054712b05f2c6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Mar 2007 08:06:14 +0000 Subject: [PATCH] Remove selrecord, selwakeup (Unused). --- cpukit/libnetworking/sys/select.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cpukit/libnetworking/sys/select.h b/cpukit/libnetworking/sys/select.h index c838f42ef9..985439ca27 100644 --- a/cpukit/libnetworking/sys/select.h +++ b/cpukit/libnetworking/sys/select.h @@ -51,13 +51,6 @@ struct selinfo { }; #define SI_COLL 0x0001 /* collision occurred */ -#ifdef _KERNEL -struct proc; - -void selrecord(struct proc *selector, struct selinfo *); -void selwakeup(struct selinfo *); -#endif - /* Check the first NFDS descriptors each in READFDS (if not NULL) for read readiness, in WRITEFDS (if not NULL) for write readiness, and in EXCEPTFDS (if not NULL) for exceptional conditions. If TIMEOUT is not NULL, time out