From b927fba1c419528fed1294dba42e38a6c5db4068 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 31 May 1996 18:59:57 +0000 Subject: commented out cancel handlers related items. --- c/src/exec/posix/include/rtems/posix/threadsup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src/exec/posix/include/rtems/posix/threadsup.h') diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h index e614df12ef..7423dcbbef 100644 --- a/c/src/exec/posix/include/rtems/posix/threadsup.h +++ b/c/src/exec/posix/include/rtems/posix/threadsup.h @@ -9,6 +9,7 @@ #include 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; -- cgit v1.2.3