mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
This commit is contained in:
parent
b64f7699cf
commit
8693985ac6
@ -1,3 +1,9 @@
|
||||
2002-09-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* td_thr_tls_get_addr.c (td_thr_tls_get_addr): Change second
|
||||
parameter to be the address of the link map in the inferior process.
|
||||
* thread_db.h: Update prototype for td_thr_tls_get_addr.
|
||||
|
||||
2002-08-23 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* thread_dbP.h: Define LINUXTHREADS_VERSION.
|
||||
|
@ -404,7 +404,7 @@ extern td_err_e td_thr_setxregs (const td_thrhandle_t *__th,
|
||||
|
||||
/* Get address of thread local variable. */
|
||||
extern td_err_e td_thr_tls_get_addr (const td_thrhandle_t *__th,
|
||||
struct link_map *__map, size_t __offset,
|
||||
void *__map_address, size_t __offset,
|
||||
void **__address);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user