diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-04-05 18:58:47 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-04-05 18:58:47 -0400 |
commit | 59a37f8f1f95980354c8f9ca30f77324d5660aaf (patch) | |
tree | ce5bc71f1100561c7db89753f50dc8d5515694f3 /WHATSNEW | |
parent | 729cb49f52c825ac44f437e1ff0865d9f0b3626a (diff) | |
download | musl-59a37f8f1f95980354c8f9ca30f77324d5660aaf.tar.gz musl-59a37f8f1f95980354c8f9ca30f77324d5660aaf.tar.xz musl-59a37f8f1f95980354c8f9ca30f77324d5660aaf.zip |
document more changes
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW index da17d1c4..44ebd723 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -143,3 +143,5 @@ crashes scanning tiny strings at the end of a page when the next page is not readable, or on archs (not yet supported) that forbid misaligned reads. +added many compatibility and system-level interfaces, increasing the +proportion of busybox that works with musl. |