[rtems commit] epiphany/cpu.c: Fix typo to eliminate warning

Joel Sherrill joel at rtems.org
Tue Apr 25 14:41:29 UTC 2017


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Apr 25 11:41:35 2017 -0500

epiphany/cpu.c: Fix typo to eliminate warning

---

 cpukit/score/cpu/epiphany/cpu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/score/cpu/epiphany/cpu.c b/cpukit/score/cpu/epiphany/cpu.c
index e01bcbf..6fff0e3 100644
--- a/cpukit/score/cpu/epiphany/cpu.c
+++ b/cpukit/score/cpu/epiphany/cpu.c
@@ -35,8 +35,8 @@
 #include <bsp/linker-symbols.h>
 #include <rtems/score/cpu.h>
 
-void init(void);
-void fini(void);
+void _init(void);
+void _fini(void);
 
 void _init(void)
 {



More information about the vc mailing list