Include <signal.h> on gdbserver/fork-child.c (and fix regressions)
authorSergio Durigan Junior <sergiodj@redhat.com>
Fri, 9 Jun 2017 22:16:19 +0000 (18:16 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Fri, 9 Jun 2017 22:16:19 +0000 (18:16 -0400)
commit9845682bda4149b5b3648f2d49a041aef5bc1af5
tree21dab81ec574a38ed723666cd02c985080ad2dff
parent654f3b6a2af84ba0f9c6a4c011364b8f650d66a6
Include <signal.h> on gdbserver/fork-child.c (and fix regressions)

Hi,

This is another obvious patch that fixes a thinko from my previous
startup-with-shell series.  We should conditionally include <signal.h>
on gdb/gdbserver/fork-child.c because gdbserver will be putting the
inferior's terminal on the correct mode after the call to
fork_inferior, and for that it needs to ignore SIGTTOU.

This patch fixes a bunch of regressions happening on AArch64 that were
reported by Yao.

gdb/gdbserver/ChangeLog:
2017-06-09  Sergio Durigan Junior  <sergiodj@redhat.com>

* fork-child.c: Conditionally include <signal.h>.
gdb/gdbserver/ChangeLog
gdb/gdbserver/fork-child.c
This page took 0.026337 seconds and 4 git commands to generate.