Changed ConditionVariable from class to struct to make it more C-friendly.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31191 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <thread_defs.h>
|
||||
|
||||
|
||||
class ConditionVariable;
|
||||
struct ConditionVariable;
|
||||
struct mutex;
|
||||
struct rw_lock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user