mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
|
#if !defined ISO && !defined POSIX
|
||
|
macro RTLD_LAZY
|
||
|
macro RTLD_NOW
|
||
|
macro RTLD_GLOBAL
|
||
|
macro RTLD_LOCAL
|
||
|
|
||
|
function {void*} dlopen (const char*, int)
|
||
|
function {void*} dlsym (void *, const char*)
|
||
|
function int dlclose (void*)
|
||
|
function {char*} dlerror (void)
|
||
|
#endif
|