about summary refs log tree commit diff
path: root/conform/data/dlfcn.h-data
blob: 530feabf88b23503b5c2ff0682a5e57a628641e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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)

allow *_t
#endif