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;
#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;

View File

@@ -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;