From fcebdd871d6de732c9199d8f63f75728c81c8ff9 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Tue, 9 Dec 2003 15:18:40 +0000 Subject: [PATCH] Remove an unused struct definition. --- lib/libkse/thread/thr_private.h | 12 ------------ lib/libpthread/thread/thr_private.h | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/lib/libkse/thread/thr_private.h b/lib/libkse/thread/thr_private.h index 9c8e9fe6df1..ac0428ab555 100644 --- a/lib/libkse/thread/thr_private.h +++ b/lib/libkse/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; diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 9c8e9fe6df1..ac0428ab555 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;