#include <dlfcn.h>#include "utils/dynamic_loader.h"
Go to the source code of this file.
Defines | |
| #define | RTLD_NOW 1 |
| #define | RTLD_GLOBAL 0 |
| #define | pg_dlopen(f) dlopen((f), RTLD_NOW | RTLD_GLOBAL) |
| #define | pg_dlsym dlsym |
| #define | pg_dlclose dlclose |
| #define | pg_dlerror dlerror |
| #define pg_dlopen | ( | f | ) | dlopen((f), RTLD_NOW | RTLD_GLOBAL) |
1.7.1