-
Anton Khirnov authored
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.
2ee93624
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.