[rtems commit] no_cpu: Avoid SCORE_EXTERN
Sebastian Huber
sebh at rtems.org
Wed Feb 17 08:43:24 UTC 2016
Module: rtems
Branch: master
Commit: 9f016ec97e9e514fc9bed345005b66d88bbec5d3
Changeset: http://git.rtems.org/rtems/commit/?id=9f016ec97e9e514fc9bed345005b66d88bbec5d3
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Feb 3 11:53:10 2016 +0100
no_cpu: Avoid SCORE_EXTERN
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;
/** @} */
More information about the vc
mailing list