aboutsummaryrefslogtreecommitdiff
path: root/conform/data/dlfcn.h-data
blob: e85288933c5d402630036584a17a40e6cd7d3560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23 && !defined POSIX && !defined XPG4 && !defined XPG42
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)

allow *_t
allow RTLD_*
#endif