summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 16:32:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 16:32:55 +0000
commit47d6b1400f0cea7afa8519ad345d3f6a1930994c (patch)
treede4203b48b3ce8f751ed16e9f42f92bc6f902be2 /c/src/exec/posix/include/rtems/posix
parentadded ifndef's for the POSIX maximum field in the POSIX api configuration table (diff)
downloadrtems-47d6b1400f0cea7afa8519ad345d3f6a1930994c.tar.bz2
commented out interrupt support
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix')
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h2
1 files changed, 2 insertions, 0 deletions
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 <rtems/score/coresem.h>
typedef struct {
+#if 0
/*
* POSIX Interrupts
*/
unsigned32 interrupts_installed;
CORE_semaphore_Control Interrupt_Semaphore;
+#endif
/*
* POSIX Cancelability