mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-95174: WASI: skip missing sockets functions (GH-95179)
This commit is contained in:
parent
daa64d6a59
commit
8b24d60f1b
11 changed files with 864 additions and 27 deletions
|
@ -162,7 +162,9 @@ struct sockaddr_storage {
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef ENABLE_IPV6
|
||||
extern void freehostent(struct hostent *);
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue