[x86/Linux] Fix prototype for GCThreadStub (dotnet/coreclr#8397)
authorSaeHie Park <saehie.park@gmail.com>
Wed, 30 Nov 2016 14:21:04 +0000 (23:21 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 30 Nov 2016 14:21:04 +0000 (15:21 +0100)
commit9bc06ead378a806ac4ac35d2b7f1db47ca342c63
tree1ef3af2318e69f04d70882241416c9332a302480
parent46e2da49084dd2770252636887cae0e836898111
[x86/Linux] Fix prototype for GCThreadStub (dotnet/coreclr#8397)

Fix compile error for x86/Linux
- fix "cannot initialize a parameter of type 'LPTHREAD_START_ROUTINE'"
- add __stdcall GCThreadStub as it's Windows/Linux common code

Commit migrated from https://github.com/dotnet/coreclr/commit/fa6222d52a81c24077206cf5082b2f3967e67ebc
src/coreclr/src/vm/gcenv.os.cpp
src/coreclr/tests/src/Common/Platform/platformdefines.h