Hi folks, I have a question about the definition of struct pollhead: why this structure is defined only #if defined(_KERNEL) || defined(_KMEMUSER)?
The problem happens if we declare a variable with the type pollhead in some data structures that are shared by kernel and libc, e.g. struct sonode in <sys/socketvar.h>. So, I'm curious if it is possible to define struct pollhead without _KERNEL and _KMEMUSER defined? Thanks in advance! - yxn _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
