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:
Ingo Weinhold 2011-07-17 13:57:30 +00:00
parent cd4db9ee5d
commit b353a9a30a

View File

@ -108,7 +108,7 @@ struct _pthread_rwlock {
__haiku_std_int32 writer_count;
void* waiters[2];
} local;
};
} u;
};
struct _pthread_spinlock {