mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-32033: Finalize WASI configure options (GH-32053)
This commit is contained in:
parent
9b889b5bda
commit
4aea656d62
4 changed files with 64 additions and 4 deletions
|
|
@ -1728,6 +1728,12 @@
|
|||
/* Define to force use of thread-safe errno, h_errno, and other functions */
|
||||
#undef _REENTRANT
|
||||
|
||||
/* Define to 1 if you want to emulate getpid() on WASI */
|
||||
#undef _WASI_EMULATED_GETPID
|
||||
|
||||
/* Define to 1 if you want to emulate process clocks on WASI */
|
||||
#undef _WASI_EMULATED_PROCESS_CLOCKS
|
||||
|
||||
/* Define to 1 if you want to emulate signals on WASI */
|
||||
#undef _WASI_EMULATED_SIGNAL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue