From b273f15bb8433827947c6eb2dc8f1fddf932181b Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 17 Sep 2006 12:26:58 +0000 Subject: Declare async_client_context as static here. --- gdb/inf-ptrace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index a41e405..9e742da 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) { -- cgit v1.1