From: Nick Roberts Date: Sun, 17 Sep 2006 12:26:58 +0000 (+0000) Subject: Declare async_client_context as static here. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b273f15bb8433827947c6eb2dc8f1fddf932181b;p=thirdparty%2Fbinutils-gdb.git Declare async_client_context as static here. --- diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index a41e40540cd..9e742dabbab 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -46,6 +46,8 @@ extern int standard_can_async_p (void); static struct target_ops *ptrace_ops_hack; +static void *async_client_context; + static void async_file_handler (int error, gdb_client_data client_data) {