summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/selinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/selinfo.h')
-rw-r--r--freebsd/sys/sys/selinfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/freebsd/sys/sys/selinfo.h b/freebsd/sys/sys/selinfo.h
index bfa445c6..590d184a 100644
--- a/freebsd/sys/sys/selinfo.h
+++ b/freebsd/sys/sys/selinfo.h
@@ -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))