[PATCH 09/13] no_cpu: Avoid SCORE_EXTERN
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Feb 4 06:37:39 UTC 2016
Update #2559.
---
cpukit/score/cpu/no_cpu/rtems/score/cpu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 67a725c..1c29bd6 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -577,7 +577,7 @@ typedef struct {
*
* XXX document implementation including references if appropriate
*/
-SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
+extern Context_Control_fp _CPU_Null_fp_context;
/** @} */
--
1.8.4.5
More information about the devel
mailing list