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> #include <rtems/score/coresem.h>
typedef struct { typedef struct {
pthread_attr_t Attributes;
#if 0 #if 0
/* /*
* POSIX Interrupts * POSIX Interrupts
@@ -17,6 +18,7 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore; CORE_semaphore_Control Interrupt_Semaphore;
#endif #endif
#if 0
/* /*
* POSIX Cancelability * POSIX Cancelability
*/ */
@@ -24,6 +26,7 @@ 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

@@ -9,6 +9,7 @@
#include <rtems/score/coresem.h> #include <rtems/score/coresem.h>
typedef struct { typedef struct {
pthread_attr_t Attributes;
#if 0 #if 0
/* /*
* POSIX Interrupts * POSIX Interrupts
@@ -17,6 +18,7 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore; CORE_semaphore_Control Interrupt_Semaphore;
#endif #endif
#if 0
/* /*
* POSIX Cancelability * POSIX Cancelability
*/ */
@@ -24,6 +26,7 @@ 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

@@ -9,6 +9,7 @@
#include <rtems/score/coresem.h> #include <rtems/score/coresem.h>
typedef struct { typedef struct {
pthread_attr_t Attributes;
#if 0 #if 0
/* /*
* POSIX Interrupts * POSIX Interrupts
@@ -17,6 +18,7 @@ typedef struct {
CORE_semaphore_Control Interrupt_Semaphore; CORE_semaphore_Control Interrupt_Semaphore;
#endif #endif
#if 0
/* /*
* POSIX Cancelability * POSIX Cancelability
*/ */
@@ -24,6 +26,7 @@ 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;