summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/rtems/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/unix/rtems/score')
-rw-r--r--cpukit/score/cpu/unix/rtems/score/.cvsignore2
-rw-r--r--cpukit/score/cpu/unix/rtems/score/cpu.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/score/cpu/unix/rtems/score/.cvsignore b/cpukit/score/cpu/unix/rtems/score/.cvsignore
index 282522db03..7a3170081d 100644
--- a/cpukit/score/cpu/unix/rtems/score/.cvsignore
+++ b/cpukit/score/cpu/unix/rtems/score/.cvsignore
@@ -1,2 +1,4 @@
Makefile
Makefile.in
+unixsize.h*
+stamp-h*
diff --git a/cpukit/score/cpu/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h
index 1e5271291d..984b414281 100644
--- a/cpukit/score/cpu/unix/rtems/score/cpu.h
+++ b/cpukit/score/cpu/unix/rtems/score/cpu.h
@@ -493,7 +493,7 @@ extern "C" {
#endif
typedef struct {
- char Area[ CPU_CONTEXT_SIZE_IN_BYTES ] CONTEXT_STRUCTURE_ALIGNMENT;
+ char Area[ SIZEOF_CPU_CONTEXT ] CONTEXT_STRUCTURE_ALIGNMENT;
} Context_Control;
typedef struct {