aboutsummaryrefslogtreecommitdiff
path: root/gdb/inflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r--gdb/inflow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c
index 8de68e1..5e11ca6 100644
--- a/gdb/inflow.c
+++ b/gdb/inflow.c
@@ -121,6 +121,7 @@ static PROCESS_GROUP_TYPE
gdb_getpgrp (void)
{
int process_group = -1;
+
#ifdef HAVE_TERMIOS
process_group = tcgetpgrp (0);
#endif