* gnu-nat.h: Rename current_inferior' to gnu_current_inf' to

avoid a name collision.
	* gnu-nat.c: Likewise.
	* i386gnu-nat.c: Likewise.
This commit is contained in:
Pedro Alves
2008-10-07 18:42:42 +00:00
parent 899de17032
commit c289427b7d
4 changed files with 41 additions and 33 deletions

View File

@@ -25,7 +25,7 @@
struct inf;
extern struct inf *current_inferior;
extern struct inf *gnu_current_inf;
/* Converts a GDB pid to a struct proc. */
struct proc *inf_tid_to_thread (struct inf *inf, int tid);