"docs/source/en/using-diffusers/controlling_generation.md" did not exist on "91570b2fda619caef7e5e5a8b193179e81cf4735"
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 @@ ...@@ -3,7 +3,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#if defined(__linux__) && !defined(__TERMUX__) #ifdef __linux__
#include <dlfcn.h> #include <dlfcn.h>
#define LOAD_LIBRARY(lib, flags) dlopen(lib, flags) #define LOAD_LIBRARY(lib, flags) dlopen(lib, flags)
#define LOAD_SYMBOL(handle, sym) dlsym(handle, sym) #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