tree: 9121d0bb6e937317df9b0c4915f5b1a271687e6b [path history] [tgz]
  1. musl/
  2. emscripten_memcpy.c
  3. extras.c
  4. README.md
system/lib/libc/README.md

This folder contains the musl version of libc at /musl. The upstream version can be found at http://www.musl-libc.org/

Some changes have been made to the version that was taken from upstream, including:

  • Emscripten-specific changes (from before this readme existed). These should be marked with XXX EMSCRIPTEN in the source. They are mostly in pthreads code and hopefully temporary.
  • Backporting an operator-precedence warning fix from 6e76e1540fc58a418494bf5eb832b556f9c5763e in the upstream version