* linux-low.h (linux_thread_area): Delete declaration.

This commit is contained in:
Pedro Alves 2010-08-24 20:13:15 +00:00
parent e8fd65ef54
commit 5f21a75bc5
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-08-24 Pedro Alves <pedro@codesourcery.com>
* linux-low.h (linux_thread_area): Delete declaration.
2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
* linux-low.c (linux_wait_1): Correctly return the ptid of the child

View file

@ -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);