]> git.proxmox.com Git - wasi-libc.git/blame - libc-top-half/README.md
Fix references to musl version
[wasi-libc.git] / libc-top-half / README.md
CommitLineData
f41256b6 1Code in the musl directory is based on musl revision
2408ea94 2040c1d16b468c50c04fc94edff521f1637708328, which is v1.2.0, from
f41256b6 3git://git.musl-libc.org/musl.
320054e8
DG
4
5Whole files which are unused are omitted. Changes to upstream code are wrapped
6in preprocessor directives controlled by the macro `__wasilibc_unmodified_upstream`.
7
8Some major known missing areas include:
9 - threads
10 - aio
11 - setjmp
12 - signals
13 - ipc
14 - termios
15 - nss
320054e8
DG
16 - timezones
17 - non-builtin locales
18 - TIOCGWINSZ (because cloudabi lacks it; affects isatty, line buffering for stdout)
19 - O\_CLOEXEC, O\_NOCTTY (because cloudabi lacks them)