From: Dmitry Eremin-Solenikov <[email protected]>

Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
/** 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/_fdserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platform/linux-generic/_fdserver.c 
b/platform/linux-generic/_fdserver.c
index 4f74c614..d1b16f62 100644
--- a/platform/linux-generic/_fdserver.c
+++ b/platform/linux-generic/_fdserver.c
@@ -69,7 +69,7 @@
 #endif
 
 /* when accessing the client functions, clients should be mutexed: */
-odp_spinlock_t *client_lock;
+static odp_spinlock_t *client_lock;
 
 /* define the tables of file descriptors handled by this server: */
 #define FDSERVER_MAX_ENTRIES 256

Reply via email to