Remove an unused struct definition.

This commit is contained in:
Daniel Eischen 2003-12-09 15:18:40 +00:00
parent cf25ae6974
commit fcebdd871d
2 changed files with 0 additions and 24 deletions

View File

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

View File

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