summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/eventflags.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/itron/src/eventflags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/eventflags.c b/cpukit/itron/src/eventflags.c
index b7d974ae37..f1a0858e92 100644
--- a/cpukit/itron/src/eventflags.c
+++ b/cpukit/itron/src/eventflags.c
@@ -38,7 +38,7 @@ void _ITRON_Eventflags_Manager_initialization(
/* control block */
FALSE, /* TRUE if names for this object */
/* are strings */
- RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
+ ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
/* name */
FALSE /* TRUE if this class is threads */
);