summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/interr.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/interr.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/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index 2a21fe01eb..0ba0750c6f 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -93,7 +93,7 @@ typedef struct {
/**
* When a fatal error occurs, the error information is stored here.
*/
-SCORE_EXTERN Internal_errors_Information _Internal_errors_What_happened;
+extern Internal_errors_Information _Internal_errors_What_happened;
/**
* @brief Internal error Occurred