Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
344342ab
"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "9d4571e3d0bddb7e49852909eddcf5b4145c1a91"
Commit
344342ab
authored
Jan 18, 2024
by
Self Denial
Browse files
Restore dyn_ext_server.c since RTLD_DEEPBIND has been removed
parent
eb76f3e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
llm/dyn_ext_server.c
llm/dyn_ext_server.c
+1
-1
No files found.
llm/dyn_ext_server.c
View file @
344342ab
...
...
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <string.h>
#if
def
ined(
__linux__
) && !defined(__TERMUX__)
#ifdef
__linux__
#include <dlfcn.h>
#define LOAD_LIBRARY(lib, flags) dlopen(lib, flags)
#define LOAD_SYMBOL(handle, sym) dlsym(handle, sym)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment