diff options
Diffstat (limited to 'sysdeps/sh/dl-tls.h')
-rw-r--r-- | sysdeps/sh/dl-tls.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/sh/dl-tls.h b/sysdeps/sh/dl-tls.h index fb04373..98e2f19 100644 --- a/sysdeps/sh/dl-tls.h +++ b/sysdeps/sh/dl-tls.h @@ -26,5 +26,4 @@ typedef struct } tls_index; -extern void *__tls_get_addr (tls_index *ti) - __attribute__ ((__regparm__ (1))); +extern void *__tls_get_addr (tls_index *ti); |