diff --git a/ChangeLog b/ChangeLog index 3a887c08..c9cc59a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1999-01-13 Alexandre Oliva + + * THANKS: added Raffaele Sena + +1999-01-13 Raffaele Sena + + * libltdl/ltdl.c: replaced RTDL with RTLD + 1999-01-13 Manish Singh * ltconfig.in (osf3*, osf4*, irix6*): include diff --git a/THANKS b/THANKS index 5754aac3..d62bc8b9 100644 --- a/THANKS +++ b/THANKS @@ -28,6 +28,7 @@ Marc J. Fraioli Mark Kettenis Mimi Burbank Oliver Guntermann +Raffaele Sena Stephan Kulow Thomas Esser Todd Vierling diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index 41d9afd6..2be40ec3 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -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