summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-10-07 18:42:42 +0000
committerPedro Alves <pedro@codesourcery.com>2008-10-07 18:42:42 +0000
commitc60668ca54e19c46ae721ed56359fd5792165b6d (patch)
tree9bf9ceee71f0d76c579f821e6ec2b79b30c36d9e /gdb/gnu-nat.h
parent026452c4225c0af4b26066e0c109cd7d88381033 (diff)
downloadgdb-c60668ca54e19c46ae721ed56359fd5792165b6d.tar.gz
* 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h
index d37cd350669..855c2734ce3 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);