bb584b27e9
GitOrigin-RevId: 5181d5945eda382ff6a9ca3e072ed6ea9b547fee
13 lines
282 B
Diff
13 lines
282 B
Diff
diff --git a/wrappers/dlsym.cpp b/wrappers/dlsym.cpp
|
|
index 2eda082..0c0c8ee 100644
|
|
--- a/wrappers/dlsym.cpp
|
|
+++ b/wrappers/dlsym.cpp
|
|
@@ -34,7 +34,7 @@
|
|
#include "os.hpp"
|
|
|
|
|
|
-#ifdef __GLIBC__
|
|
+#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 34
|
|
|
|
|
|
#include <dlfcn.h>
|