Enable build on old Linux (#11414)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 9 May 2017 09:03:32 +0000 (11:03 +0200)
committerGitHub <noreply@github.com>
Tue, 9 May 2017 09:03:32 +0000 (11:03 +0200)
commit3437a820fdc94caa3d1775bcee802b056f3adce2
treeff5c4550017c5186c67167de61ab460c3368f05b
parenteac27ca7fb6e80a0a1af44b889469b2818c45a9a
Enable build on old Linux (#11414)

This change enables building coreclr on old Linux distros that
don't have PR_SET_PTRACER and don't have _xstate struct in the
standard sigcontext.h header.
src/debug/createdump/threadinfo.cpp
src/pal/src/CMakeLists.txt
src/pal/src/config.h.in
src/pal/src/configure.cmake
src/pal/src/include/pal/context.h
src/pal/src/thread/process.cpp