HomeFreeBSD

pthread_create(): style

Description

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

Details

Provenance
kibAuthored on Tue, Jan 14, 11:32 PM
Parents
rG676be27133fa: libpthread_init(): ensure curthread == NULL until set explicitly
Branches
Unknown
Tags
Unknown