summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/rtemsbuildname.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/rtemsbuildname.c')
-rw-r--r--cpukit/rtems/src/rtemsbuildname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/rtemsbuildname.c b/cpukit/rtems/src/rtemsbuildname.c
index a56e600adb..87a95120cd 100644
--- a/cpukit/rtems/src/rtemsbuildname.c
+++ b/cpukit/rtems/src/rtemsbuildname.c
@@ -48,7 +48,7 @@ static rtems_name _RTEMS_Build_name( char c1, char c2, char c3, char c4 )
#undef rtems_build_name
-rtems_id rtems_build_name( char c1, char c2, char c3, char c4 )
+rtems_name rtems_build_name( char c1, char c2, char c3, char c4 )
{
return _RTEMS_Build_name( c1, c2, c3, c4 );
}