diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-24 18:25:09 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-24 18:25:09 -0700 |
commit | 05b6aa32a5f1633797f7eae390b3a8048b29ca69 (patch) | |
tree | 43543261bb5485b1c109e0e9f93dcb2f7bcd227d /system/lib/libc | |
parent | 6010666be99cd0322babba1174cfbc65c776deb5 (diff) | |
parent | 8e2d812b49f7de9487e1c816229106af0cf39d0d (diff) |
Merge branch 'incoming'
Diffstat (limited to 'system/lib/libc')
-rw-r--r-- | system/lib/libc/musl/readme.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/system/lib/libc/musl/readme.txt b/system/lib/libc/musl/readme.txt index 0df3429d..9ca04036 100644 --- a/system/lib/libc/musl/readme.txt +++ b/system/lib/libc/musl/readme.txt @@ -1 +1,9 @@ -These sources were downloaded from the musl-0.9.10 release on April 14, 2003. +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. |