mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-27 18:13:53 +08:00
selinfo.h: Delete unused fields
This commit is contained in:
parent
f8afb9fed7
commit
19704a044f
@ -46,10 +46,6 @@ struct selinfo {
|
|||||||
struct selfdlist si_tdlist; /* List of sleeping threads. */
|
struct selfdlist si_tdlist; /* List of sleeping threads. */
|
||||||
struct knlist si_note; /* kernel note list */
|
struct knlist si_note; /* kernel note list */
|
||||||
struct mtx *si_mtx; /* Lock for tdlist. */
|
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))
|
#define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user