These functions used to be passed directly to pthread_create(), which required them to return void*. This is no longer the case, so they can return a plain int.
63 KiB
63 KiB
These functions used to be passed directly to pthread_create(), which required them to return void*. This is no longer the case, so they can return a plain int.