summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
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, 0 insertions, 2 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h
index bb800a507f..ee93f8252c 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/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;