diff src/ChangeLog @ 880:beddd25fe24a

[xemacs-hg @ 2002-06-24 22:00:17 by youngs] 2002-06-17 Jerry James <james@xemacs.org> * emodules.texi (Loading other Modules): Describe why we do not use RTLD_GLOBAL. 2002-06-17 Jerry James <james@xemacs.org> * sysdll.c: Remove RTLD_GLOBAL initialization. * sysdll.c (dll_open): Do not use RTLD_GLOBAL.
author youngs
date Mon, 24 Jun 2002 22:00:25 +0000
parents f809bc97829a
children 0048cad4b034
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jun 24 10:01:22 2002 +0000
+++ b/src/ChangeLog	Mon Jun 24 22:00:25 2002 +0000
@@ -1,3 +1,8 @@
+2002-06-17  Jerry James  <james@xemacs.org>
+
+	* sysdll.c: Remove RTLD_GLOBAL initialization.
+	* sysdll.c (dll_open): Do not use RTLD_GLOBAL.
+
 2002-06-24  Mike Sperber  <mike@xemacs.org>
 
 	* search.c (skip_chars): Fix a crash if NILP(lim).