mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 02:53:34 +08:00
Update.
2004-04-16 Andreas Schwab <schwab@suse.de> * sysdeps/ia64/tls.h (INIT_SYSINFO): Cast dl_sysinfo to void*.
This commit is contained in:
parent
259fc9c52f
commit
ece385dbb8
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user