mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Patch #455231: Support ELF properly on OpenBSD.
This commit is contained in:
parent
44f8696171
commit
36546db750
3 changed files with 249 additions and 267 deletions
|
@ -16,7 +16,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
#if defined(__OpenBSD__) && !defined(__ELF__)
|
||||
#define LEAD_UNDERSCORE "_"
|
||||
#else
|
||||
#define LEAD_UNDERSCORE ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue