Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f8696 commit 36546dbCopy full SHA for 36546db
3 files changed
Python/dynload_shlib.c
@@ -16,7 +16,7 @@
16
#endif
17
18
19
-#ifdef __OpenBSD__
+#if defined(__OpenBSD__) && !defined(__ELF__)
20
#define LEAD_UNDERSCORE "_"
21
#else
22
#define LEAD_UNDERSCORE ""
0 commit comments