Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[x86/Linux] Fix no matching function for call to 'InternalCreateThread' #8265

Merged
merged 1 commit into from
Nov 23, 2016

Conversation

seanshpark
Copy link

Fix compile error for x86/Linux

  • fix calling convention by adding PALAPI to TerminationRequestHandlingRoutine

InternalCreateThread is using TerminationRequestHandlingRoutine like

                    palErr = InternalCreateThread(pthrWorker,
                                      NULL,
                                      0,
                                      &TerminationRequestHandlingRoutine,
                                      NULL,

Fix compile error for x86/Linux
- fix calling convention by adding PALAPI to TerminationRequestHandlingRoutine
@seanshpark
Copy link
Author

@dotnet-bot test Ubuntu x64 Checked Build and Test please

@seanshpark
Copy link
Author

@janvorli , @jkotas , @gkhanna79 , PTAL

Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@janvorli janvorli merged commit c581947 into dotnet:master Nov 23, 2016
@seanshpark seanshpark deleted the x86pal09 branch November 23, 2016 22:39
sergign60 pushed a commit to sergign60/coreclr that referenced this pull request Dec 2, 2016
…d' (dotnet#8265)

Fix compile error for x86/Linux
- fix calling convention by adding PALAPI to TerminationRequestHandlingRoutine
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…d' (dotnet/coreclr#8265)

Fix compile error for x86/Linux
- fix calling convention by adding PALAPI to TerminationRequestHandlingRoutine

Commit migrated from dotnet/coreclr@c581947
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants