]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* THANKS: added Raffaele Sena
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 13 Jan 1999 08:59:34 +0000 (08:59 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 13 Jan 1999 08:59:34 +0000 (08:59 +0000)
1999-01-13  Raffaele Sena  <raff@aromatic.com>

* libltdl/ltdl.c: replaced RTDL with RTLD

ChangeLog
THANKS
libltdl/ltdl.c

index 3a887c081d360e7b56a215ed87bf5b105b742c22..c9cc59a659739dddc63e699d1d4bb222a9548a5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-01-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * THANKS: added Raffaele Sena
+
+1999-01-13  Raffaele Sena  <raff@aromatic.com>
+
+       * libltdl/ltdl.c: replaced RTDL with RTLD
+
 1999-01-13  Manish Singh  <yosh@gimp.org>
 
        * ltconfig.in (osf3*, osf4*, irix6*): include
diff --git a/THANKS b/THANKS
index 5754aac3cc4ba5ab750e13f9da1feafcdd4b974a..d62bc8b9ae738546a7608845ad8fc29f2bad892e 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -28,6 +28,7 @@ Marc J. Fraioli <fraioli@dg-rtp.dg.com>
 Mark Kettenis <kettenis@phys.uva.nl>
 Mimi Burbank <mimi@scri.fsu.edu>
 Oliver Guntermann <og@informatik.uni-hannover.de>
+Raffaele Sena <raff@aromatic.com>
 Stephan Kulow <coolo@kde.org>
 Thomas Esser <te@informatik.uni-hannover.de>
 Todd Vierling <tv@pobox.com>
index 41d9afd6a6858d9bce7500cfd6818bee6061fd21..2be40ec38186db552aeb0fa69d22fe102acd1752 100644 (file)
@@ -180,8 +180,8 @@ strrchr(str, ch)
 #define        dlerror()       unknown_error
 #endif
 
-#if RTDL_GLOBAL
-# define LTDL_GLOBAL   RTDL_GLOBAL
+#if RTLD_GLOBAL
+# define LTDL_GLOBAL   RTLD_GLOBAL
 #else
 # if DL_GLOBAL
 #  define LTDL_GLOBAL  DL_GLOBAL
@@ -190,8 +190,8 @@ strrchr(str, ch)
 # endif
 #endif
 
-#if RTDL_NOW
-# define LTDL_NOW      RTDL_NOW
+#if RTLD_NOW
+# define LTDL_NOW      RTLD_NOW
 #else
 # if DL_NOW
 #  define LTDL_NOW     DL_NOW