bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)

This commit is contained in:
Christian Heimes 2022-01-13 10:46:04 +02:00 committed by GitHub
parent 1de60155d5
commit a6ca8eee22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 90 additions and 14 deletions

View file

@ -529,6 +529,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if you have times. */
/* #undef HAVE_TIMES */
/* Define to 1 if you have the `umask' function. */
#define HAVE_UMASK 1
/* Define if you have uname. */
/* #undef HAVE_UNAME */