Date: Friday, April 13, 2007 @ 20:23:19
  Author: marc
    Path: /cvsroot/carob/libmysequoia/ldtest

Modified: main.cpp (1.5 -> 1.6)

Added RTLD_LOCAL


----------+
 main.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: libmysequoia/ldtest/main.cpp
diff -u libmysequoia/ldtest/main.cpp:1.5 libmysequoia/ldtest/main.cpp:1.6
--- libmysequoia/ldtest/main.cpp:1.5    Fri Apr 13 20:20:24 2007
+++ libmysequoia/ldtest/main.cpp        Fri Apr 13 20:23:19 2007
@@ -80,11 +80,11 @@
 {
   if (test(RTLD_NOW | RTLD_GLOBAL))
     return 1;
-  if (test(RTLD_NOW))
+  if (test(RTLD_NOW) | RTLD_LOCAL)
     return 1;
 
 #ifdef RTLD_DEEPBIND
-  if (test(RTLD_NOW | RTLD_DEEPBIND))
+  if (test(RTLD_NOW | RTLD_LOCAL | RTLD_DEEPBIND))
     return 1;
 
   if (test(RTLD_NOW | RTLD_GLOBAL | RTLD_DEEPBIND))

_______________________________________________
Carob-commits mailing list
[EMAIL PROTECTED]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to