44 # define BU_RTLD_LAZY RTLD_LAZY
45 # define BU_RTLD_NOW RTLD_NOW
46 # define BU_RTLD_GLOBAL RTLD_GLOBAL
47 # define BU_RTLD_LOCAL RTLD_LOCAL
49 # define BU_RTLD_LAZY 1
50 # define BU_RTLD_NOW 2
51 # define BU_RTLD_GLOBAL 0x100
52 # define BU_RTLD_LOCAL 0
57 BU_EXPORT
extern void *
bu_dlsym(
void *path,
const char *symbol);
Header file for the BRL-CAD common definitions.
int bu_dlclose(void *handle)
const char * bu_dlerror(void)
void * bu_dlsym(void *path, const char *symbol)
void * bu_dlopen(const char *path, int mode)