summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-06 21:27:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-06 21:27:33 +0000
commitfce2e9dab389f28b8c1fb1b3b40202154859512c (patch)
tree6b8bb81e1635ef06e2f3d012ddf53e87dd8e3861 /cpukit/posix/include/rtems/posix
parentadded include of <sched.h> and fixed warnings (diff)
downloadrtems-fce2e9dab389f28b8c1fb1b3b40202154859512c.tar.bz2
in newlib now
Diffstat (limited to 'cpukit/posix/include/rtems/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index c16cf728d6..b276e22b0b 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -17,6 +17,10 @@ typedef struct {
struct sched_param schedparam;
Watchdog_Control Sporadic_timer;
+ sigset_t signals_blocked;
+ sigset_t signals_pending;
+ sigset_t signals_posted;
+
#if 0
/*
* POSIX Interrupts