pk
|
c68cbc9073
|
Add dladdr() and `Dl_info' structure; interface cloned from Solaris 2.
|
1998-05-12 21:17:09 +00:00 |
kleink
|
7826b591ac
|
Per XSH98, define the RTLD_LOCAL flag. In this implementation it's a NOP,
since non-local searches have to be explicitly enabled via RTLD_GLOBAL.
|
1998-05-06 20:28:54 +00:00 |
kleink
|
a681a3706c
|
Protect the dlctl() prototype and the DL_* macros against _XOPEN_SOURCE;
they are neither specified by the XPG nor part of the name space reserved for
implementation-defined use.
|
1998-03-25 12:21:05 +00:00 |
pk
|
5cc521c079
|
Define RTLD_GLOBAL.
|
1998-03-15 23:13:42 +00:00 |
pk
|
ee94541093
|
Add `const' to dlopen() & dlsym() protos, per PR#2453.
Add RTLD_NOW.
|
1997-01-02 11:13:19 +00:00 |
pk
|
4003f3244b
|
{BEGIN,END}DECLS
|
1995-06-05 19:38:00 +00:00 |
pk
|
878392000d
|
Put dlopen() et.al. declarations in separate header file for compatibility.
|
1995-06-05 00:08:07 +00:00 |