aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/lib/libc/musl/readme.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/system/lib/libc/musl/readme.txt b/system/lib/libc/musl/readme.txt
index 0df3429d..64509ccd 100644
--- a/system/lib/libc/musl/readme.txt
+++ b/system/lib/libc/musl/readme.txt
@@ -1 +1,8 @@
-These sources were downloaded from the musl-0.9.10 release on April 14, 2003.
+These sources were downloaded from the musl-0.9.12 release on July 29, 2013,
+along with some updates from git to fix various issues that were found.
+
+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.