https://issues.apache.org/bugzilla/show_bug.cgi?id=8452
--- Comment #5 from [email protected] --- FWIW (Hiii 2002)... The procset_t definition doesn't happen in <sys/procset.h> because of the _XPG4_2 define, so you need to edit the <signal.h> (that sounds bad, but it's a slip-up by Sun) to not use that struct if _XPG4_2 is used. #if !defined(_XPG4_2) extern int sigsendset(const procset_t *, int); #endif It happens on Solaris 9 too. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
