summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads_db/td_thr_tls_get_addr.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-23 22:10:27 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-23 22:10:27 +0000
commit1d2230a7d275706c5f0de850e15527aae3744310 (patch)
tree55f15700b16f705aa953d5c4051b2e63ca72041a /libpthread/linuxthreads_db/td_thr_tls_get_addr.c
parent6fa52ec791e030081b7102f50222a13af7fa0d49 (diff)
downloaduClibc-alpine-1d2230a7d275706c5f0de850e15527aae3744310.tar.bz2
uClibc-alpine-1d2230a7d275706c5f0de850e15527aae3744310.tar.xz
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads_db/td_thr_tls_get_addr.c')
-rw-r--r--libpthread/linuxthreads_db/td_thr_tls_get_addr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libpthread/linuxthreads_db/td_thr_tls_get_addr.c b/libpthread/linuxthreads_db/td_thr_tls_get_addr.c
index 330407482..e140b77dc 100644
--- a/libpthread/linuxthreads_db/td_thr_tls_get_addr.c
+++ b/libpthread/linuxthreads_db/td_thr_tls_get_addr.c
@@ -27,10 +27,10 @@
td_err_e
-td_thr_tls_get_addr (const td_thrhandle_t *th __attribute_used__,
- void *map_address __attribute_used__,
- size_t offset __attribute_used__,
- void **address __attribute_used__)
+td_thr_tls_get_addr (const td_thrhandle_t *th __attribute__ ((unused)),
+ void *map_address __attribute__ ((unused)),
+ size_t offset __attribute__ ((unused)),
+ void **address __attribute__ ((unused)))
{
#if USE_TLS
size_t modid;