Commit 4b78318d authored by Federico G. Schwindt's avatar Federico G. Schwindt

Fix make check under osx while VSC work is ongoing

parent 7e7d72aa
......@@ -45,7 +45,7 @@
/* These cannot be struct lock, which depends on vsm/vsl working */
static pthread_mutex_t vsl_mtx;
static pthread_mutex_t vsm_mtx;
static pthread_mutex_t vsm_mtx = PTHREAD_MUTEX_INITIALIZER;
static struct VSL_head *vsl_head;
static const uint32_t *vsl_end;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment