From fce2e9dab389f28b8c1fb1b3b40202154859512c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Jun 1996 21:27:33 +0000 Subject: in newlib now --- c/src/exec/posix/include/rtems/posix/threadsup.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src/exec/posix/include/rtems/posix/threadsup.h') 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 -- cgit v1.2.3