]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/README.md
Fix references to musl version
[wasi-libc.git] / libc-top-half / README.md
1 Code in the musl directory is based on musl revision
2 040c1d16b468c50c04fc94edff521f1637708328, which is v1.2.0, from
3 git://git.musl-libc.org/musl.
4
5 Whole files which are unused are omitted. Changes to upstream code are wrapped
6 in preprocessor directives controlled by the macro `__wasilibc_unmodified_upstream`.
7
8 Some major known missing areas include:
9 - threads
10 - aio
11 - setjmp
12 - signals
13 - ipc
14 - termios
15 - nss
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)