From 47d6b1400f0cea7afa8519ad345d3f6a1930994c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 May 1996 16:32:55 +0000 Subject: commented out interrupt support --- c/src/exec/posix/include/rtems/posix/threadsup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/exec/posix/include/rtems') diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h index 26643445b4..e0cf294494 100644 --- a/c/src/exec/posix/include/rtems/posix/threadsup.h +++ b/c/src/exec/posix/include/rtems/posix/threadsup.h @@ -9,11 +9,13 @@ #include typedef struct { +#if 0 /* * POSIX Interrupts */ unsigned32 interrupts_installed; CORE_semaphore_Control Interrupt_Semaphore; +#endif /* * POSIX Cancelability -- cgit v1.2.3