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-10 20:46:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-10 20:46:36 +0000
commitd03f192a2116c9efd8eb896b9decc9f23d18928f (patch)
tree1b96fb7b4fb1cd8919f81afdc4591aa3bb81d79f /c/src/exec/posix/include/rtems/posix/threadsup.h
parentadded states for "join at exit" and "interruptible by signal" (diff)
downloadrtems-d03f192a2116c9efd8eb896b9decc9f23d18928f.tar.bz2
*** empty log message ***
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/threadsup.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h
index b276e22b0b..2ff1e306b8 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/posix/include/rtems/posix/threadsup.h
@@ -19,7 +19,7 @@ typedef struct {
sigset_t signals_blocked;
sigset_t signals_pending;
- sigset_t signals_posted;
+ sigset_t signals_global_pending;
#if 0
/*