Enabled cancellation information in POSIX API thread extension structure.

This commit is contained in:
Joel Sherrill
1999-04-15 18:54:01 +00:00
parent 02d46fa94b
commit d0f53fec4b
2 changed files with 0 additions and 4 deletions

View File

@@ -29,7 +29,6 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore; CORE_semaphore_Control Interrupt_Semaphore;
#endif #endif
#if 0
/* /*
* POSIX Cancelability * POSIX Cancelability
*/ */
@@ -37,7 +36,6 @@ typedef struct {
int cancelability_type; int cancelability_type;
int cancelation_requested; int cancelation_requested;
Chain_Control Cancellation_Handlers; Chain_Control Cancellation_Handlers;
#endif
} POSIX_API_Control; } POSIX_API_Control;

View File

@@ -29,7 +29,6 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore; CORE_semaphore_Control Interrupt_Semaphore;
#endif #endif
#if 0
/* /*
* POSIX Cancelability * POSIX Cancelability
*/ */
@@ -37,7 +36,6 @@ typedef struct {
int cancelability_type; int cancelability_type;
int cancelation_requested; int cancelation_requested;
Chain_Control Cancellation_Handlers; Chain_Control Cancellation_Handlers;
#endif
} POSIX_API_Control; } POSIX_API_Control;