diff mbox series

[API-NEXT,v1,10/13] linux-gen: sched iquery: mark thread_local as static

Message ID 1501837208-7450-11-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v1,1/13] linux-gen: hide get_qentry | expand

Commit Message

Github ODP bot Aug. 4, 2017, 9 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 108 (lumag:symbols-cleanup)
 ** https://github.com/Linaro/odp/pull/108
 ** Patch: https://github.com/Linaro/odp/pull/108.patch
 ** Base sha: 8390f890d4bd2babb63a24f7b15d2f4763e44050
 ** Merge commit sha: 44fd671a0d2772a32395c7f0574aa545d2a9aa71
 **/
 platform/linux-generic/odp_schedule_iquery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/platform/linux-generic/odp_schedule_iquery.c b/platform/linux-generic/odp_schedule_iquery.c
index 23e36c9a..86f5d53e 100644
--- a/platform/linux-generic/odp_schedule_iquery.c
+++ b/platform/linux-generic/odp_schedule_iquery.c
@@ -230,7 +230,7 @@  struct sched_thread_local {
 static sched_global_t *sched;
 
 /* Thread local scheduler context */
-__thread sched_thread_local_t thread_local;
+static __thread sched_thread_local_t thread_local;
 
 static int schedule_init_global(void)
 {