summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/sysstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include/rtems/score/sysstate.h')
-rw-r--r--c/src/exec/score/include/rtems/score/sysstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/include/rtems/score/sysstate.h b/c/src/exec/score/include/rtems/score/sysstate.h
index d7e43b2356..1e38549db7 100644
--- a/c/src/exec/score/include/rtems/score/sysstate.h
+++ b/c/src/exec/score/include/rtems/score/sysstate.h
@@ -44,13 +44,13 @@ typedef enum {
* an multiprocessing system.
*/
-EXTERN boolean _System_state_Is_multiprocessing;
+SCORE_EXTERN boolean _System_state_Is_multiprocessing;
/*
* The following variable contains the current system state.
*/
-EXTERN System_state_Codes _System_state_Current;
+SCORE_EXTERN System_state_Codes _System_state_Current;
/*
* Make it possible for the application to get the system state information.