summaryrefslogtreecommitdiff
path: root/src/vm/stubhelpers.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-6/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-09-24Fixing SAL anotation for VMRama Krishnan Raghupathy1-1/+1
[tfs-changeset: 1529342]
2015-04-02Clear last error for SetLastError=true P/InvokeJan Kotas1-0/+1
There isn't always a way to know the system function has failed without checking last error, in particular on Unix. Moreover, CLR does not guarantee that the last error is preserved while the managed code is running so this issue cannot be worked around calling SetLastError. This change adds clearing of last error for P/Invokes with SetLastError=true. The cost of doing so is negligible, it makes error handling for P/Invokes of the above system functions possible, and all the other P/Invokes more robust.
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+167
[tfs-changeset: 1407945]