From ece385dbb8601ce09ac1762c9df7b8e37220794b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 8 Jul 2004 21:23:23 +0000 Subject: Update. 2004-04-16 Andreas Schwab * sysdeps/ia64/tls.h (INIT_SYSINFO): Cast dl_sysinfo to void*. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/sysdeps/ia64/tls.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 75dea58638..83f6a8182a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2004-04-16 Andreas Schwab + + * sysdeps/ia64/tls.h (INIT_SYSINFO): Cast dl_sysinfo to void*. + 2004-07-05 Jakub Jelinek * sysdeps/s390/pspinlock.c (__pthread_spin_lock, 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 -- cgit 1.4.1