commented out cancel handlers related items.

This commit is contained in:
Joel Sherrill
1996-05-31 18:59:57 +00:00
parent 285af80408
commit b927fba1c4
3 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
#include <rtems/score/coresem.h>
typedef struct {
pthread_attr_t Attributes;
#if 0
/*
* POSIX Interrupts
@@ -17,6 +18,7 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore;
#endif
#if 0
/*
* POSIX Cancelability
*/
@@ -24,6 +26,7 @@ typedef struct {
int cancelability_type;
int cancelation_requested;
Chain_Control Cancellation_Handlers;
#endif
} POSIX_API_Control;

View File

@@ -9,6 +9,7 @@
#include <rtems/score/coresem.h>
typedef struct {
pthread_attr_t Attributes;
#if 0
/*
* POSIX Interrupts
@@ -17,6 +18,7 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore;
#endif
#if 0
/*
* POSIX Cancelability
*/
@@ -24,6 +26,7 @@ typedef struct {
int cancelability_type;
int cancelation_requested;
Chain_Control Cancellation_Handlers;
#endif
} POSIX_API_Control;

View File

@@ -9,6 +9,7 @@
#include <rtems/score/coresem.h>
typedef struct {
pthread_attr_t Attributes;
#if 0
/*
* POSIX Interrupts
@@ -17,6 +18,7 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore;
#endif
#if 0
/*
* POSIX Cancelability
*/
@@ -24,6 +26,7 @@ typedef struct {
int cancelability_type;
int cancelation_requested;
Chain_Control Cancellation_Handlers;
#endif
} POSIX_API_Control;