ANSI C doesn't like unnamed unions.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42444 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -108,7 +108,7 @@ struct _pthread_rwlock {
|
|||||||
__haiku_std_int32 writer_count;
|
__haiku_std_int32 writer_count;
|
||||||
void* waiters[2];
|
void* waiters[2];
|
||||||
} local;
|
} local;
|
||||||
};
|
} u;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _pthread_spinlock {
|
struct _pthread_spinlock {
|
||||||
|
|||||||
Reference in New Issue
Block a user