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.
25 KiB
25 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.