]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* configure.ac (AC_CHECK_FUNCS): Add check for setsid.
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Wed, 12 Mar 2008 14:10:56 +0000 (14:10 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Wed, 12 Mar 2008 14:10:56 +0000 (14:10 +0000)
commit83116857a35fc5125d098984fae29a549a2b29f3
tree345c301a7e13d9bdb1cbd65fb38a0fbe0bf92e26
parent2774f1a679efef2fc5f9f9a445f7c1e904a13225
* configure.ac (AC_CHECK_FUNCS): Add check for setsid.
* config.in, configure: Regenerate.
* fork-child.c (fork_inferior): Call create_tty_session.
* inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
(create_tty_session): New function.
* terminal.h: Declare create_tty_session.
gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/fork-child.c
gdb/inflow.c
gdb/terminal.h