[darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>
authorJames Clarke <jrtc27@jrtc27.com>
Mon, 12 Jan 2015 17:13:54 +0000 (21:13 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 12 Jan 2015 17:18:16 +0000 (21:18 +0400)
commit4ac15b59f2f506ff0ad59f148275cd7406b8d765
treebd9b5f1562b752fd8c9f25828b21ebfba98dd571
parent3d230f71746e0b33376f8b9bca914cc5d980997a
[darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>

The `machine/setjmp.h' header is no longer present on OS X 10.10, and is
non-standard. Instead, `darwin-nat.c' should be using the standard
`setjmp.h' header.

gdb/ChangeLog:

2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)

PR gdb/17046
* darwin-nat.c: Replace <machine/setjmp.h> #include by
<setjmp.h> #include.
gdb/ChangeLog
gdb/darwin-nat.c
This page took 0.024009 seconds and 4 git commands to generate.