On Fri, Aug 12, 2011 at 02:15:58PM -0500, Bill Kendall wrote: > >Is there any requirement that the fields > >other than sa_flags and sa_handler should > >be zeroed before use? > > The sa_sigaction field will only be used if sa_flags > has SA_SIGINFO set, and the sa_restored field is obsolete > and not specified by POSIX. Better to explicitly initialize > everything though, so I'll change that. sigaction actuall is a rare case where this is harmful. To quote the manpage: On some architectures a union is involved: do not assign to both sa_handler and sa_sigaction. _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs