mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Support for OpenBSD :-(
This commit is contained in:
parent
3ad125e611
commit
1f74016735
3 changed files with 6 additions and 6 deletions
|
@ -211,7 +211,7 @@ typedef void (*dl_funcptr)();
|
|||
extern char *Py_GetProgramName();
|
||||
|
||||
#ifndef FUNCNAME_PATTERN
|
||||
#if defined(__hp9000s300) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__BORLANDC__)
|
||||
#if defined(__hp9000s300) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__BORLANDC__)
|
||||
#define FUNCNAME_PATTERN "_init%.200s"
|
||||
#else
|
||||
#define FUNCNAME_PATTERN "init%.200s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue