summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-20 13:20:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-20 13:20:18 +0000
commit3b170f53b369112b9944e631a504dff06184fe69 (patch)
treec85c10689ca566e249252bedf046a8f22b422882
parentcommitting for rtems-3.2.01 snapshot (diff)
downloadrtems-3b170f53b369112b9944e631a504dff06184fe69.tar.bz2
removed junk field in context_control
-rw-r--r--c/src/exec/score/cpu/unix/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h
index 0fbf7ed0dd..b3e2c927e7 100644
--- a/c/src/exec/score/cpu/unix/cpu.h
+++ b/c/src/exec/score/cpu/unix/cpu.h
@@ -449,7 +449,6 @@ extern "C" {
typedef struct {
jmp_buf regs;
sigset_t isr_level;
- int junk;
} Context_Control;
typedef struct {