2010-05-14 Michael Snyder <msnyder@vmware.com>

* infcall.c: White space.
	* inf-child.c: White space.
	* infcmd.c: White space.
	* inferior.c: White space.
	* inf-loop.c: White space.
	* inflow.c: White space.
	* inline-frame.c: White space.
	* interps.c: White space.
This commit is contained in:
Michael Snyder 2010-05-14 21:25:51 +00:00
parent d8734c886e
commit abbb1732a9
10 changed files with 84 additions and 2 deletions

View file

@ -121,6 +121,7 @@ static PROCESS_GROUP_TYPE
gdb_getpgrp (void)
{
int process_group = -1;
#ifdef HAVE_TERMIOS
process_group = tcgetpgrp (0);
#endif