aboutsummaryrefslogtreecommitdiff
path: root/conform/data/dlfcn.h-data
blob: 17600da641eeb3839e04149714ddb38f59777986 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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