v8: fix openbsd build
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 5 Aug 2013 00:50:45 +0000 (02:50 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 5 Aug 2013 00:53:43 +0000 (02:53 +0200)
commit222e5239fc5fc699cc5b4c2aa34377a52c699670
tree287aad710379de73c847d0ad2670eb17856e0d8a
parentea7b817266512b93b99032189984a3bd0f8386dc
v8: fix openbsd build

This is [1] applied ahead of time. Summary:

    OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h>
    and is a typedef for struct sigcontext. There is no uc_mcontext.

[1] https://codereview.chromium.org/21705003/
deps/v8/src/sampler.cc