summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-31 18:59:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-31 18:59:57 +0000
commitb927fba1c419528fed1294dba42e38a6c5db4068 (patch)
tree0c6349af05a5ba42e890ea2418557ee7ec66aff0 /c/src
parentmoved attribute related constants into the rtems specific sys/types.h (diff)
downloadrtems-b927fba1c419528fed1294dba42e38a6c5db4068.tar.bz2
commented out cancel handlers related items.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/posix/headers/threadsup.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/posix/headers/threadsup.h b/c/src/exec/posix/headers/threadsup.h
index e614df12ef..7423dcbbef 100644
--- a/c/src/exec/posix/headers/threadsup.h
+++ b/c/src/exec/posix/headers/threadsup.h
@@ -9,6 +9,7 @@
#include <rtems/score/coresem.h>
typedef struct {
+ pthread_attr_t Attributes;
#if 0
/*
* POSIX Interrupts
@@ -17,6 +18,7 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore;
#endif
+#if 0
/*
* POSIX Cancelability
*/
@@ -24,6 +26,7 @@ typedef struct {
int cancelability_type;
int cancelation_requested;
Chain_Control Cancellation_Handlers;
+#endif
} POSIX_API_Control;
diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h
index e614df12ef..7423dcbbef 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/posix/include/rtems/posix/threadsup.h
@@ -9,6 +9,7 @@
#include <rtems/score/coresem.h>
typedef struct {
+ pthread_attr_t Attributes;
#if 0
/*
* POSIX Interrupts
@@ -17,6 +18,7 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore;
#endif
+#if 0
/*
* POSIX Cancelability
*/
@@ -24,6 +26,7 @@ typedef struct {
int cancelability_type;
int cancelation_requested;
Chain_Control Cancellation_Handlers;
+#endif
} POSIX_API_Control;