summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/posix/headers/threadsup.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h3
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h3
3 files changed, 9 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;
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index e614df12ef..7423dcbbef 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/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;