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
Use calloc() instead of malloc() + bzero(). This also gets rid of a warning Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |