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:
parent
cd4db9ee5d
commit
b353a9a30a
@ -108,7 +108,7 @@ struct _pthread_rwlock {
|
||||
__haiku_std_int32 writer_count;
|
||||
void* waiters[2];
|
||||
} local;
|
||||
};
|
||||
} u;
|
||||
};
|
||||
|
||||
struct _pthread_spinlock {
|
||||
|
Loading…
Reference in New Issue
Block a user