svn commit: r268745 - in head/usr.bin: . timeout

Dag-Erling Smørgrav des at des.no
Tue Jul 22 16:56:51 UTC 2014


Mateusz Guzik <mjguzik at gmail.com> writes:
> Baptiste Daroussin <bapt at 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 - des at des.no


More information about the svn-src-all mailing list