summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/watchdog.h')
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index 06c87a138f..ff6c8233a7 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -129,7 +129,7 @@ typedef struct {
*
* With a 1ms watchdog tick, this counter overflows after 50 days since boot.
*/
-SCORE_EXTERN volatile Watchdog_Interval _Watchdog_Ticks_since_boot;
+extern volatile Watchdog_Interval _Watchdog_Ticks_since_boot;
/**@}*/