summaryrefslogtreecommitdiff
path: root/linuxthreads_db/td_thr_tls_get_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads_db/td_thr_tls_get_addr.c')
-rw-r--r--linuxthreads_db/td_thr_tls_get_addr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/linuxthreads_db/td_thr_tls_get_addr.c b/linuxthreads_db/td_thr_tls_get_addr.c
index 77ef0cac4c..f6e356b339 100644
--- a/linuxthreads_db/td_thr_tls_get_addr.c
+++ b/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__,
- struct link_map *map __attribute_used__,
- size_t offset __attribute_used__,
- void **address __attribute_used__)
+td_thr_tls_get_addr (const td_thrhandle_t *th __attribute__ ((unused)),
+ struct link_map *map __attribute__ ((unused)),
+ size_t offset __attribute__ ((unused)),
+ void **address __attribute__ ((unused)))
{
#if USE_TLS
struct _pthread_descr_struct pds;