[rtems commit] rtems: Fix typo in rtems_build_name() definition

Sebastian Huber sebh at rtems.org
Thu Sep 22 11:13:07 UTC 2022


Module:    rtems
Branch:    master
Commit:    74a78fbfd1994894027cc12df9ad5aa57f7e06d2
Changeset: http://git.rtems.org/rtems/commit/?id=74a78fbfd1994894027cc12df9ad5aa57f7e06d2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 22 13:06:30 2022 +0200

rtems: Fix typo in rtems_build_name() definition

---

 cpukit/rtems/src/rtemsbuildname.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 );
 }



More information about the vc mailing list