summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 15:34:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 15:34:54 +0000
commitd196e48590af1f3cacd193f9034f963468410796 (patch)
tree8572bcba5c8754096f31de494d00bf78597dac49 /c/src/exec/score/cpu/unix/cpu.h
parentcreated posix test suite with test of header files (diff)
downloadrtems-d196e48590af1f3cacd193f9034f963468410796.tar.bz2
updates from Tony Bennett.
Broke the setjmp/longjmp pair in the context switch into a separate routine so no code depended on local variables surviving the jump.
Diffstat (limited to 'c/src/exec/score/cpu/unix/cpu.h')
-rw-r--r--c/src/exec/score/cpu/unix/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h
index e813a92364..8ead9c92b7 100644
--- a/c/src/exec/score/cpu/unix/cpu.h
+++ b/c/src/exec/score/cpu/unix/cpu.h
@@ -436,8 +436,8 @@ extern "C" {
/*
* This is really just the area for the following fields.
*
- * jmp_buf regs;
- * sigset_t isr_level;
+ * jmp_buf regs;
+ * unsigned32 isr_level;
*
* Doing it this way avoids conflicts between the native stuff and the
* RTEMS stuff.