diff options
Diffstat (limited to 'conform/data/dlfcn.h-data')
-rw-r--r-- | conform/data/dlfcn.h-data | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conform/data/dlfcn.h-data b/conform/data/dlfcn.h-data new file mode 100644 index 0000000000..17600da641 --- /dev/null +++ b/conform/data/dlfcn.h-data @@ -0,0 +1,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 |