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:
Ingo Weinhold
2009-06-22 23:49:05 +00:00
parent 6dcc2a7e00
commit 5ea5f51d84
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include <thread_defs.h>
class ConditionVariable;
struct ConditionVariable;
struct mutex;
struct rw_lock;