summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/fmempool.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/fmempool.c')
-rw-r--r--cpukit/itron/src/fmempool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/fmempool.c b/cpukit/itron/src/fmempool.c
index ec19e6770c..93bbe56af1 100644
--- a/cpukit/itron/src/fmempool.c
+++ b/cpukit/itron/src/fmempool.c
@@ -39,7 +39,7 @@ void _ITRON_Fixed_memory_pool_Manager_initialization(
/* size of this object's 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 */
);