Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bmake inefficiencies




> On Jan 31, 2021, at 12:41 PM, Simon J. Gerraty <sjg%juniper.net@localhost> wrote:
> 
> David Holland <dholland-current%netbsd.org@localhost> wrote:
>> "static volatile sig_atomic_t reap_children;"
> 
> I chose int (which is what sig_atomic_t is) for portability.

sig_atomic_t has been around for a fairly long time now, and NOT using it has a negative portability impact.

-- thorpej



Home | Main Index | Thread Index | Old Index