mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an unused struct definition.
This commit is contained in:
parent
cf25ae6974
commit
fcebdd871d
2 changed files with 0 additions and 24 deletions
|
|
@ -157,18 +157,6 @@ struct sched_queue {
|
|||
TAILQ_HEAD(, pthread) sq_waitq; /* waiting in userland */
|
||||
};
|
||||
|
||||
/* Used to maintain pending and active signals: */
|
||||
struct sigstatus {
|
||||
siginfo_t *info; /* arg 2 to signal handler */
|
||||
int pending; /* Is this a pending signal? */
|
||||
int blocked; /*
|
||||
* This signal has occured and hasn't
|
||||
* yet been handled; ignore subsequent
|
||||
* signals until the handler is done.
|
||||
*/
|
||||
int signo;
|
||||
};
|
||||
|
||||
typedef struct kse_thr_mailbox *kse_critical_t;
|
||||
|
||||
struct kse_group;
|
||||
|
|
|
|||
|
|
@ -157,18 +157,6 @@ struct sched_queue {
|
|||
TAILQ_HEAD(, pthread) sq_waitq; /* waiting in userland */
|
||||
};
|
||||
|
||||
/* Used to maintain pending and active signals: */
|
||||
struct sigstatus {
|
||||
siginfo_t *info; /* arg 2 to signal handler */
|
||||
int pending; /* Is this a pending signal? */
|
||||
int blocked; /*
|
||||
* This signal has occured and hasn't
|
||||
* yet been handled; ignore subsequent
|
||||
* signals until the handler is done.
|
||||
*/
|
||||
int signo;
|
||||
};
|
||||
|
||||
typedef struct kse_thr_mailbox *kse_critical_t;
|
||||
|
||||
struct kse_group;
|
||||
|
|
|
|||
Loading…
Reference in a new issue