mirror of
https://github.com/python/cpython.git
synced 2025-09-08 18:01:44 +00:00
bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
This commit is contained in:
parent
5b1b9eacb9
commit
dc374ac7b0
3 changed files with 7 additions and 0 deletions
|
@ -12346,6 +12346,9 @@ static struct constdef posix_constants_sysconf[] = {
|
|||
#ifdef _SC_XOPEN_XPG4
|
||||
{"SC_XOPEN_XPG4", _SC_XOPEN_XPG4},
|
||||
#endif
|
||||
#ifdef _SC_MINSIGSTKSZ
|
||||
{"SC_MINSIGSTKSZ", _SC_MINSIGSTKSZ},
|
||||
#endif
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue