added /dev/poll interfacing code for solaris
change rbt.c to align the value pointer on a word boundary to avoid bus error on sparc64
This commit is contained in:
@ -934,7 +934,7 @@ struct moo_mod_t
|
||||
{
|
||||
/* input */
|
||||
const moo_ooch_t name[MOO_MOD_NAME_LEN_MAX + 1];
|
||||
const int hints; /* bitwised-ORed of moo_mod_hint_t enumerators */
|
||||
/*const*/ int hints; /* bitwised-ORed of moo_mod_hint_t enumerators */
|
||||
|
||||
/* user-defined data */
|
||||
moo_mod_import_t import;
|
||||
|
Reference in New Issue
Block a user