Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Jul 2004 21:23:23 +0000 (21:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Jul 2004 21:23:23 +0000 (21:23 +0000)
2004-04-16  Andreas Schwab  <schwab@suse.de>

* sysdeps/ia64/tls.h (INIT_SYSINFO): Cast dl_sysinfo to void*.

linuxthreads/ChangeLog
linuxthreads/sysdeps/ia64/tls.h

index 75dea58..83f6a81 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-16  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/ia64/tls.h (INIT_SYSINFO): Cast dl_sysinfo to void*.
+
 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/s390/pspinlock.c (__pthread_spin_lock,
index 1c2388c..3ec2eda 100644 (file)
@@ -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