diff options
author | Pedro Alves <palves@redhat.com> | 2010-08-24 20:13:15 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-08-24 20:13:15 +0000 |
commit | 5f21a75bc5b89178767ffe82a00c9c054247b85d (patch) | |
tree | d38ad8a490d54e85aed856a2536d9680523ff3c6 /gdb/gdbserver/linux-low.h | |
parent | e8fd65ef54d2fa210f70704a533c4e02b7cec8b3 (diff) | |
download | gdb-5f21a75bc5b89178767ffe82a00c9c054247b85d.zip gdb-5f21a75bc5b89178767ffe82a00c9c054247b85d.tar.gz gdb-5f21a75bc5b89178767ffe82a00c9c054247b85d.tar.bz2 |
* linux-low.h (linux_thread_area): Delete declaration.
Diffstat (limited to 'gdb/gdbserver/linux-low.h')
-rw-r--r-- | gdb/gdbserver/linux-low.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-low.h b/gdb/gdbserver/linux-low.h index 65d68a3..c5ca1d7 100644 --- a/gdb/gdbserver/linux-low.h +++ b/gdb/gdbserver/linux-low.h @@ -259,7 +259,6 @@ int elf_64_file_p (const char *file); void linux_attach_lwp (unsigned long pid); struct lwp_info *find_lwp_pid (ptid_t ptid); -int linux_get_thread_area (int lwpid, CORE_ADDR *area); /* From thread-db.c */ int thread_db_init (int use_events); |