mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
NamedMutex_UNIX.cpp must remove semid #271
This commit is contained in:
@@ -46,6 +46,7 @@ private:
|
||||
sem_t* _sem;
|
||||
#else
|
||||
int _semid; // semaphore id
|
||||
bool _owned;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user