Mateusz Guzik <mjgu...@gmail.com> writes: > Baptiste Daroussin <b...@freebsd.org> writes: > > +static sig_atomic_t sig_chld = 0; > > +static sig_atomic_t sig_term = 0; > > +static sig_atomic_t sig_alrm = 0; > > +static sig_atomic_t sig_ign = 0; > No reason to se these explicitely to 0.
They do however need to be volatile. DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"