Merge pull request #4037 from Lectem:patch-1

This commit is contained in:
Vadim Pisarevsky
2015-05-21 12:33:42 +00:00

View File

@@ -923,7 +923,7 @@ struct Mutex::Impl
int refcount; int refcount;
}; };
#elif defined __linux__ && !defined ANDROID #elif defined __linux__ && !defined ANDROID && !defined __LINUXTHREADS_OLD__
struct Mutex::Impl struct Mutex::Impl
{ {