forked from Imagelibrary/binutils-gdb
* 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user