* THANKS: added Raffaele Sena

1999-01-13  Raffaele Sena  <raff@aromatic.com>

	* libltdl/ltdl.c: replaced RTDL with RTLD
This commit is contained in:
Alexandre Oliva 1999-01-13 08:59:34 +00:00 committed by Alexandre Oliva
parent 43ef0cc11d
commit 02fde1ea95
3 changed files with 13 additions and 4 deletions

View File

@ -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

1
THANKS
View File

@ -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>

View 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