diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-24 23:34:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-24 23:34:51 +0000 |
commit | 8693985ac6b1667255eee4a22a6b43e8868e26ff (patch) | |
tree | e8606eb43806a487a20b5b4bbc18ee3fed68d7fc /linuxthreads_db/thread_db.h | |
parent | b64f7699cfbc970e992b327bd5247efd7b2bab18 (diff) | |
download | glibc-8693985ac6b1667255eee4a22a6b43e8868e26ff.tar.gz glibc-8693985ac6b1667255eee4a22a6b43e8868e26ff.tar.xz glibc-8693985ac6b1667255eee4a22a6b43e8868e26ff.zip |
Update.
Diffstat (limited to 'linuxthreads_db/thread_db.h')
-rw-r--r-- | linuxthreads_db/thread_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads_db/thread_db.h b/linuxthreads_db/thread_db.h index 906f48cd6e..f0d9aa7c37 100644 --- a/linuxthreads_db/thread_db.h +++ b/linuxthreads_db/thread_db.h @@ -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); |