diff options
author | Pedro Alves <palves@redhat.com> | 2008-10-07 18:42:42 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-10-07 18:42:42 +0000 |
commit | c289427b7dcbeb9d5ee0ad4d177bc36c9d8990f5 (patch) | |
tree | af61037bd1d325062f0f2c38b3375ce846077703 /gdb/gnu-nat.h | |
parent | 899de17032bebf0ef63864dfd582c00cb67b6176 (diff) | |
download | gdb-c289427b7dcbeb9d5ee0ad4d177bc36c9d8990f5.zip gdb-c289427b7dcbeb9d5ee0ad4d177bc36c9d8990f5.tar.gz gdb-c289427b7dcbeb9d5ee0ad4d177bc36c9d8990f5.tar.bz2 |
* gnu-nat.h: Rename `current_inferior' to `gnu_current_inf' to
avoid a name collision.
* gnu-nat.c: Likewise.
* i386gnu-nat.c: Likewise.
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r-- | gdb/gnu-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h index d37cd35..855c273 100644 --- a/gdb/gnu-nat.h +++ b/gdb/gnu-nat.h @@ -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); |