diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-09-17 12:26:58 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-09-17 12:26:58 +0000 |
commit | b273f15bb8433827947c6eb2dc8f1fddf932181b (patch) | |
tree | 2dfb78c9e57551a8f0928f42dd49e94c5b11c832 | |
parent | 7e1c5a0c7517848f08894b8dcc4e54e8832c7180 (diff) | |
download | fsf-binutils-gdb-b273f15bb8433827947c6eb2dc8f1fddf932181b.zip fsf-binutils-gdb-b273f15bb8433827947c6eb2dc8f1fddf932181b.tar.gz fsf-binutils-gdb-b273f15bb8433827947c6eb2dc8f1fddf932181b.tar.bz2 |
Declare async_client_context as static here.
-rw-r--r-- | gdb/inf-ptrace.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |