aboutsummaryrefslogtreecommitdiff
path: root/gdb/inflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inflow.h')
-rw-r--r--gdb/inflow.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/inflow.h b/gdb/inflow.h
index 1e51b6a..064e773 100644
--- a/gdb/inflow.h
+++ b/gdb/inflow.h
@@ -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 */