diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-12-09 15:18:40 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-12-09 15:18:40 +0000 |
| commit | fcebdd871d6de732c9199d8f63f75728c81c8ff9 (patch) | |
| tree | a8255c6dd2642e0ad26e16a81b65be38520cf705 /lib/libpthread | |
| parent | cf25ae697477cdead8ba1ec5ccdac6ddbad1d15c (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 9c8e9fe6df14..ac0428ab555f 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -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; |
