aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/readme.txt
blob: 5e6f8389d0f74042963cbb9dc0f21ba1fb158cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
These sources were downloaded from the musl-0.9.13 release on August 30, 2013.

Differences from upstream musl include:

* file descriptor numbers for stdio are 1-3 rather than 0-2.
* various 64 bit types are 32 bit instead including off_t,
  ino_t, dev_t, blkcnt_t, fsblkcnt_t, fsfilcnt_t, rlim_t.
* We don't define _POSIX_SHARED_MEMORY_OBJECTS.
* We flag __assert_fail as _Noreturn.
* Disable FLOCK, FUNLOCK and FFINALLOCK
* Simplify fputwc to not rely on musl stream internals