summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-29 08:06:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-29 08:06:14 +0000
commite546aceffb9167e59acff3bc487054712b05f2c6 (patch)
tree8b23d24389f52f97a3f607176b0114c6abca6433 /cpukit/libnetworking
parent2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e546aceffb9167e59acff3bc487054712b05f2c6.tar.bz2
Remove selrecord, selwakeup (Unused).
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/sys/select.h7
1 files changed, 0 insertions, 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