summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:54:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:54:01 +0000
commitd0f53fec4b7fc92301af94363e7158a82f1bf845 (patch)
tree5c5bb57b9b6f756e0784c79d03aa4968dacf842c /cpukit/posix/include/rtems/posix/threadsup.h
parentAdded set_errno_and_return_minus_one_cast. (diff)
downloadrtems-d0f53fec4b7fc92301af94363e7158a82f1bf845.tar.bz2
Enabled cancellation information in POSIX API thread extension structure.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index bb800a507f..ee93f8252c 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -29,7 +29,6 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore;
#endif
-#if 0
/*
* POSIX Cancelability
*/
@@ -37,7 +36,6 @@ typedef struct {
int cancelability_type;
int cancelation_requested;
Chain_Control Cancellation_Handlers;
-#endif
} POSIX_API_Control;