This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Patch: Fix dl_sysinfo
- From: "H. J. Lu" <hjl at lucon dot org>
- To: GNU C Library <libc-alpha at sources dot redhat dot com>
- Date: Mon, 8 Mar 2004 08:58:10 -0800
- Subject: Patch: Fix dl_sysinfo
2004-03-08 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/generic/dl-fptr.c: Replace GL(dl_sysinfo) with
GLRO(dl_sysinfo).
--- nptl/sysdeps/s390/tls.h 2004-01-06 09:34:31.000000000 -0800
+++ nptl/sysdeps/s390/tls.h 2004-03-05 17:09:30.000000000 -0800
@@ -108,7 +108,7 @@ typedef struct
#if defined NEED_DL_SYSINFO && defined SHARED
# define INIT_SYSINFO \
- _head->sysinfo = GL(dl_sysinfo)
+ _head->sysinfo = GLRO(dl_sysinfo)
#else
# define INIT_SYSINFO
#endif