summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/unix/unix.h')
-rw-r--r--c/src/exec/score/cpu/unix/unix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h
index 6acadf2879..bb5011b41b 100644
--- a/c/src/exec/score/cpu/unix/unix.h
+++ b/c/src/exec/score/cpu/unix/unix.h
@@ -64,15 +64,15 @@ extern "C" {
#if defined(hpux)
-#define RTEMS_MODEL_NAME "HP-UX"
+#define CPU_MODEL_NAME "HP-UX"
#elif defined(solaris)
-#define RTEMS_MODEL_NAME "Solaris"
+#define CPU_MODEL_NAME "Solaris"
#elif defined(linux)
-#define RTEMS_MODEL_NAME "Linux"
+#define CPU_MODEL_NAME "Linux"
#else