HomeFreeBSD

Use calloc() instead of malloc() + bzero(). This also gets rid of a warning

Description

Use calloc() instead of malloc() + bzero(). This also gets rid of a warning
because bzero is defined by strings.h which is not included in thread_pool.c.

MFC after: 2 weeks

Details

Provenance
delphijAuthored on
Parents
rS275594: MFV r275540:
Branches
Unknown
Tags
Unknown

Event Timeline