This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]