]> git.tdb.fi Git - libs/core.git/blob - mutex_platform.h
2eee8bcc0d1c7b803a9ef7d7c261fd46a0f06ed6
[libs/core.git] / mutex_platform.h
1 #ifndef MSP_CORE_MUTEX_PLATFORM_H_
2 #define MSP_CORE_MUTEX_PLATFORM_H_
3
4 #include <pthread.h>
5
6 namespace Msp {
7
8 typedef pthread_mutex_t PlatformMutex;
9
10 } // namespace Msp
11
12 #endif