Searched defs:RTLD_GLOBAL (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ | ||
H A D | module-dir.c | 16 #ifndef RTLD_GLOBAL 17 # define RTLD_GLOBAL 0 macro 196 handle = quiet_dlopen(path, RTLD_GLOBAL | RTLD_NOW); 208 handle = dlopen(path, RTLD_GLOBAL | RTLD_NOW); |
Completed in 782 milliseconds