Re: RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems)

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems)
Дата
Msg-id 20020121190450.G4048@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Jan 20, 2002 at 01:40:17PM -0500, Tom Lane wrote:
> cycle, because perhaps some of these platforms don't support the full
> dlopen() API.  Comments?  Can anyone test whether RTLD_NOW works on
> any of the above-mentioned ports?

Didn't check it *works*, but from $NetBSD: dlfcn.h,v 1.13 2000/06/13 01:21:53

/* Values for dlopen `mode'. */
#define RTLD_LAZY       1
#define RTLD_NOW        2
#define RTLD_GLOBAL     0x100           /* Allow global searches in object */
#define RTLD_LOCAL      0x200
#if !defined(_XOPEN_SOURCE)
#define DL_LAZY         RTLD_LAZY       /* Compat */
#endif

Cheers,

Patrick


В списке pgsql-hackers по дате отправления:

Предыдущее
От: teg@redhat.com (Trond Eivind Glomsrød)
Дата:
Сообщение: Re: pltlc and pltlcu problems
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] PostgreSQL Licence: GNU/GPL