]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Declare async_client_context as static here.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 17 Sep 2006 12:26:58 +0000 (12:26 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 17 Sep 2006 12:26:58 +0000 (12:26 +0000)
gdb/inf-ptrace.c

index a41e40540cd78a1878b54dbe9f1dc166d7ffd6ac..9e742dabbaba9e5d526325f663b5d9839262934b 100644 (file)
@@ -46,6 +46,8 @@ extern int standard_can_async_p (void);
 static struct target_ops *ptrace_ops_hack;
 \f
 
+static void *async_client_context;
+
 static void
 async_file_handler (int error, gdb_client_data client_data)
 {