Commit acfbed86 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #4037 from Lectem:patch-1

parents 62120840 3c6fe751
...@@ -923,7 +923,7 @@ struct Mutex::Impl ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment