Finding an unnamed union in a struct::Haiku
Posted
by
Freeman Lou
on Stack Overflow
See other posts from Stack Overflow
or by Freeman Lou
Published on 2012-11-26T23:02:57Z
Indexed on
2012/11/26
23:03 UTC
Read the original article
Hit count: 221
haiku
So I have this assignment, and I have to find an unnamed union in struct _pthread_rwlock in pthread.h in the Haiku open source project. I began this assignment with some knowledge of c++ (past inheritance, polymorphism, and classes), but I find that what I learned do not help at all in my situation. I've opened the header file, and a source file named pthread_rwlock.cpp, and tried to look for the unnamed union, but there seems to be no unions in either file. What would be the correct way to find the problem?
© Stack Overflow or respective owner