Do not include sigcontext.h and asm/sigcontext.h
authorIvan Maidanski <ivmai@mail.ru>
Mon, 6 Apr 2015 17:06:47 +0000 (20:06 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Apr 2015 17:06:47 +0000 (20:06 +0300)
commitc887470e0e3310c81ecdb7e736bc5d2ead45db2a
tree10c7aa94b0e983409cfcbf6a663d8a2138c1518e
parent7dcaefce56dfaf634fd3352cc4cdfbef4fb8efef
Do not include sigcontext.h and asm/sigcontext.h
(these Linux headers define sigcontext which is no longer used as
replaced with ucontext_t in GC 7.0alpha1)

* os_dep.c: Do not include linux/version.h (do not test
LINUX_VERSION_CODE), asm/signal.h, sigcontext.h, asm/sigcontext.h
since struct sigcontext not used in GC v7+.
os_dep.c