pthread_create(): style
Use NULL instead of 0 for null pointer.
Use != 0 for non-bool, as in the rest of the function.
Remove unneeded ().
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
pthread_create(): style Tags None Referenced Files None Subscribers None
Description
Details
|