aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-09-06 17:42:51 +0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-13 10:07:03 -0700
commit4c3c7df30af6dc9ba6309e527a5173d9078c56b9 (patch)
treea0035c4e7ec0aa624a395ec08b7b2f7031394f7c /system
parent595d7eeae698d985ea2da9d3b98d27af9e035f6c (diff)
Correctly note musl provenance and differences.
Diffstat (limited to 'system')
-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.