Remove selrecord, selwakeup (Unused).

This commit is contained in:
Ralf Corsepius
2007-03-29 08:06:14 +00:00
parent 88e056196f
commit e546aceffb

View File

@@ -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