NamedMutex_UNIX.cpp must remove semid #271

This commit is contained in:
Alex Fabijanic
2017-10-12 14:59:19 -05:00
parent 056a411083
commit 317b6f7543
2 changed files with 9 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ private:
sem_t* _sem;
#else
int _semid; // semaphore id
bool _owned;
#endif
};