]> git.proxmox.com Git - wasi-libc.git/commit - expected/wasm32-wasi-pthread/defined-symbols.txt
Switch from the cloudlibc inet_pton etc. to the musl versions.
authorDan Gohman <sunfish@mozilla.com>
Wed, 8 May 2019 18:58:46 +0000 (11:58 -0700)
committerDan Gohman <sunfish@mozilla.com>
Thu, 9 May 2019 16:10:57 +0000 (09:10 -0700)
commit1db93d116912b260cfc0924e935e7dda99cab37a
tree04b076393b826e64c10e17d6791a756e7b1b77fa
parent46ce01276fa753218488a2f02cb638ee072941a6
Switch from the cloudlibc inet_pton etc. to the musl versions.

These functions aren't specific to the underlying system call interface,
so they don't need to be in the "bottom half".

This also fixes src/functional/inet_pton.c and
src/regression/inet_pton-empty-last-field.c in musl's libc-test.
Makefile
expected/wasm32-wasi/defined-symbols.txt
libc-bottom-half/cloudlibc/src/libc/arpa/inet/inet_aton.c [deleted file]
libc-bottom-half/cloudlibc/src/libc/arpa/inet/inet_ntop.c [deleted file]
libc-bottom-half/cloudlibc/src/libc/arpa/inet/inet_pton.c [deleted file]