summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/threadmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/threadmp.h')
-rw-r--r--c/src/exec/score/headers/threadmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/score/headers/threadmp.h b/c/src/exec/score/headers/threadmp.h
index 0466a04065..cd401e0ad8 100644
--- a/c/src/exec/score/headers/threadmp.h
+++ b/c/src/exec/score/headers/threadmp.h
@@ -68,14 +68,14 @@ Thread_Control *_Thread_MP_Find_proxy (
* blocking the multiprocessing receive thread.
*/
-EXTERN Thread_Control *_Thread_MP_Receive;
+SCORE_EXTERN Thread_Control *_Thread_MP_Receive;
/*
* The following chains are used to manage proxies.
*/
-EXTERN Chain_Control _Thread_MP_Active_proxies;
-EXTERN Chain_Control _Thread_MP_Inactive_proxies;
+SCORE_EXTERN Chain_Control _Thread_MP_Active_proxies;
+SCORE_EXTERN Chain_Control _Thread_MP_Inactive_proxies;
#ifndef __RTEMS_APPLICATION__
#include <rtems/score/threadmp.inl>