common: mark local symbol static

This commit is contained in:
Stefan Schmidt 2015-11-10 16:02:02 +01:00
parent de6120c835
commit a26e3dccb0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ extern "C" {
#endif
int shm_fd = -1;
int shm_size = 0;
static int shm_size = 0;
void *shm_addr = NULL;
char *shmfile = NULL;