From d0f53fec4b7fc92301af94363e7158a82f1bf845 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Apr 1999 18:54:01 +0000 Subject: Enabled cancellation information in POSIX API thread extension structure. --- cpukit/posix/include/rtems/posix/threadsup.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index bb800a507f..ee93f8252c 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/posix/include/rtems/posix/threadsup.h @@ -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; -- cgit v1.2.3