[x86/linux] Fix "Undefined Reference" error in CLR release build. (dotnet/coreclr...
authorragmani <ragmani0216@gmail.com>
Tue, 7 Mar 2017 22:28:58 +0000 (07:28 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 7 Mar 2017 22:28:58 +0000 (23:28 +0100)
commit34774ed11e8ce940e498a232a0cfe4016f755804
treeffbc2de90f125a4693fa237470dc77095099f6b2
parentded9711b547c2a6dd4cc73131ecf035613be5cae
[x86/linux] Fix "Undefined Reference" error in CLR release build. (dotnet/coreclr#10000)

Replace "IncCantStopCount()" and "DecCantStopCount()" functions with
nothing(#define IncCantStopCount()) to call in methods of UTSemReadWrite
on x86/Linux.

Commit migrated from https://github.com/dotnet/coreclr/commit/47487b06044e7defc5ba66e096bb207eced03d9a
src/coreclr/src/utilcode/utsem.cpp