mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 01:23:22 +00:00
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;
|
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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user