-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix thread start callback prototype for Open Watcom toolchain #8175
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
Hi @jmalak , Thank you for the PR. I've assigned this over to @kareem-wolfssl who is handling your contributor agreement. Thanks, |
ok to test |
retest this please |
91db32b
to
f59f0f7
Compare
@kareem-wolfssl I am sorry, PRB-master-job is failing but I have no access to Jenkins to get some details about issue. |
retest this please Jenkins |
Results of Jenkins tests @jmalak :
There was also a udp_proxy failure which seems odd given these code changes. Would work on the nit from the CI test and when updating with the change see if the udp_proxy test was just being flaky. |
fix callback prototype for Windows and pthread, the Windows version does not return any value and the pthread version is a standard thread callback function (THREAD_CB) with a return value fix callback function calling convention for Open Watcom toolchain Open Watcom has an implementation of _beginthread for other operating systems as well, and uses a default calling convention that is not cdecl
f59f0f7
to
722bde9
Compare
You're just failing the 80 character limit on a couple lines.
|
Description
fix callback prototype for Windows and pthread, the Windows version does not return any value and the pthread version is a standard thread callback function (THREAD_CB) with a return value
fix callback function calling convention for Open Watcom toolchain Open Watcom has an implementation of _beginthread for other operating systems as well, and uses a default calling convention that is not cdecl