summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/cpu.h
diff options
context:
space:
mode:
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.