summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/sysstate.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-07 12:33:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-13 09:20:57 +0100
commitecf98585043294323daad5dd5ac4b344a7c39856 (patch)
tree817798c28df1f621bf6bac44ac6cb2df7935b3a3 /cpukit/score/include/rtems/score/sysstate.h
parentscore: Statically initialize user extensions (diff)
downloadrtems-ecf98585043294323daad5dd5ac4b344a7c39856.tar.bz2
score: Move global variables definition
Define _System_state_Current and _Internal_errors_What_happened in interr.c to make _Internal_error_Occurred() more independent.
Diffstat (limited to 'cpukit/score/include/rtems/score/sysstate.h')
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index c81e9c3f73..b847dc842f 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -78,7 +78,7 @@ typedef enum {
SCORE_EXTERN bool _System_state_Is_multiprocessing;
#endif
-SCORE_EXTERN System_state_Codes _System_state_Current;
+extern System_state_Codes _System_state_Current;
/*
* Make it possible for the application to get the system state information.