* gdb.server/ext-run.exp: Relax regexp for init program.
[deliverable/binutils-gdb.git] / gdb / gnu-nat.h
index ab4434cbe15f5fbc1d281a3fb172404042d85c9b..855c2734ce39d73f46d7688747f48b66abb96c66 100644 (file)
@@ -1,5 +1,5 @@
 /* Common things used by the various *gnu-nat.c files
-   Copyright (C) 1995, 1996, 1997, 1999, 2000, 2007
+   Copyright (C) 1995, 1996, 1997, 1999, 2000, 2007, 2008
    Free Software Foundation, Inc.
 
    Written by Miles Bader <miles@gnu.ai.mit.edu>
@@ -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);
This page took 0.0239 seconds and 4 git commands to generate.