diff options
Diffstat (limited to 'linuxthreads/sysdeps/ia64/tls.h')
-rw-r--r-- | linuxthreads/sysdeps/ia64/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/ia64/tls.h b/linuxthreads/sysdeps/ia64/tls.h index 1c2388c1ed..3ec2eda783 100644 --- a/linuxthreads/sysdeps/ia64/tls.h +++ b/linuxthreads/sysdeps/ia64/tls.h @@ -83,7 +83,7 @@ typedef struct #if defined NEED_DL_SYSINFO # define INIT_SYSINFO \ - (((tcbhead_t *)__thread_self)->private = GLRO(dl_sysinfo)) + (((tcbhead_t *) __thread_self)->private = (void *) GLRO(dl_sysinfo)) #else # define INIT_SYSINFO 0 #endif |