Andreas Schwab <[EMAIL PROTECTED]> writes:
>> +  memset (&sa, 0, sizeof sa);
>> +  sigemptyset (&sa.sa_mask);
>
> I don't think you need the memset.


and how reset the struct without a memset or using "sa = {0,}" as
Pádraig suggested?
Do you advise me to reset manually only members that really must be 0? 

Thanks,
Giuseppe


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to