gdb/
[deliverable/binutils-gdb.git] / gdb / gdbserver / thread-db.c
index ba6c668c49b18ac169d51e0aaf4db0c469514bf5..f27308263f4ed6e8bf18fcd7c3fad9a832e9104c 100644 (file)
@@ -71,8 +71,8 @@ struct thread_db
                                sigset_t *ti_sigmask_p,
                                unsigned int ti_user_flags);
   td_err_e (*td_thr_tls_get_addr_p) (const td_thrhandle_t *th,
-                                    void *map_address,
-                                    size_t offset, void **address);
+                                    psaddr_t map_address,
+                                    size_t offset, psaddr_t *address);
   const char ** (*td_symbol_list_p) (void);
 };
 
This page took 0.026681 seconds and 4 git commands to generate.