This folder contains the musl version of libc at /musl. The upstream version can be found at http://www.musl-libc.org/. Most of the source comes from musl 1.1.15, with some exceptions listed below.
Some changes have been made to the version that was taken from upstream, including:
XXX EMSCRIPTEN in the source, or ifdefed with #if __EMSCRIPTEN__. They are mostly in pthreads code and hopefully temporary.fd_write syscall instead of writev._POSIX_REALTIME_SIGNALS and _POSIX_SPAWN macros to -1, to exclude unsupported functions.Backported src/stdio/vswprintf.c from 1.1.23 to fix #9305.