merge with master
[ardour.git] / libs / pbd / semutils.cc
index b07b791fd07eddb46e85d32beaf7d0799493c691..9ac5f60d351561f405b9852926f541c1e9118d75 100644 (file)
@@ -35,7 +35,7 @@ ProcessSemaphore::ProcessSemaphore (const char* name, int val)
        }
 
 #else
-       if (sem_init (&sem, 0, val)) {
+       if (sem_init (&_sem, 0, val)) {
                throw failed_constructor ();
        }
 #endif