selinfo.h: Delete unused fields

This commit is contained in:
Sebastian Huber 2013-11-18 11:45:40 +01:00
parent f8afb9fed7
commit 19704a044f

View File

@ -46,10 +46,6 @@ struct selinfo {
struct selfdlist si_tdlist; /* List of sleeping threads. */
struct knlist si_note; /* kernel note list */
struct mtx *si_mtx; /* Lock for tdlist. */
#ifdef __rtems__
pid_t si_pid; /* process to be notified */
short si_flags; /* see below */
#endif
};
#define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist))