"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "9d4571e3d0bddb7e49852909eddcf5b4145c1a91"
Commit 344342ab authored by Self Denial's avatar Self Denial
Browse files

Restore dyn_ext_server.c since RTLD_DEEPBIND has been removed

parent eb76f3e3
......@@ -3,7 +3,7 @@
#include <stdio.h>
#include <string.h>
#if defined(__linux__) && !defined(__TERMUX__)
#ifdef __linux__
#include <dlfcn.h>
#define LOAD_LIBRARY(lib, flags) dlopen(lib, flags)
#define LOAD_SYMBOL(handle, sym) dlsym(handle, sym)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment