X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Finflow.h;h=eb90664ce97f13361d2179c7a6f54fe2d93d14ec;hb=ee01b6652ad55437e777fb7e6b1745782dc205a4;hp=c4565bc2910667e35e904edb9fab9d8c9a92e581;hpb=a9762ec78a53fbe9209fe1654db42df0cd328d50;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/inflow.h b/gdb/inflow.h index c4565bc291..eb90664ce9 100644 --- a/gdb/inflow.h +++ b/gdb/inflow.h @@ -1,6 +1,6 @@ /* Low level interface to ptrace, for GDB when running under Unix. - Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -29,10 +29,8 @@ #endif #ifdef PROCESS_GROUP_TYPE -/* Process group for us and the inferior. Saved and restored just like - {our,inferior}_ttystate. */ -extern PROCESS_GROUP_TYPE our_process_group; -extern PROCESS_GROUP_TYPE inferior_process_group; +/* Process group of the current inferior. */ +extern PROCESS_GROUP_TYPE inferior_process_group (void); #endif #endif /* inflow.h */