X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Finflow.h;h=1be8559ee85e493e7318d1b3685835ca2402429a;hb=565904581b642bc4cb7eff8c0b5880cd3f5606f8;hp=1352361697e26f5345211669affb5554d2011c8f;hpb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/inflow.h b/gdb/inflow.h index 1352361697..1be8559ee8 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, 2008 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007-2012 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 */