bpo-32033: Finalize WASI configure options (GH-32053)

This commit is contained in:
Christian Heimes 2022-03-22 19:42:09 +02:00 committed by GitHub
parent 9b889b5bda
commit 4aea656d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 64 additions and 4 deletions

View file

@ -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