forked from Imagelibrary/rtems
Enabled cancellation information in POSIX API thread extension structure.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user