ObjFW  Hex Artifact Content

Artifact 52e02c06ca4c99e0a49aea0aea0561221b0aa34282efa19159a0e4c68ee1d98a:

Manifest of check-in [52e02c06ca] - Change return type for thread main

This changes the return type to void, as the return type of a thread's
main depends on the threading implementation used. For pthreads, it adds
a wrapper function which returns NULL to avoid problems with bogus
return values. For WinAPI threads, the function is just casted, as bogus
return values don't seem to matter there. by js on 2014-08-01 12:27:29.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.