summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/threadsup.h
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 /c/src/exec/posix/include/rtems/posix/threadsup.h
parentadded include of <sched.h> and fixed warnings (diff)
downloadrtems-fce2e9dab389f28b8c1fb1b3b40202154859512c.tar.bz2
in newlib now
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/threadsup.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h
index c16cf728d6..b276e22b0b 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/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