diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-03-11 14:51:36 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-03-11 14:51:36 -0500 |
commit | 9f50b77d2ba154ba0d8cbccea94af1f7b902fd1a (patch) | |
tree | 787846d43aeb36f76dbdb16780b34543d253adf6 | |
parent | 6f05b6bbd5c6de6477baac63a23edc44283e1b1b (diff) | |
download | musl-9f50b77d2ba154ba0d8cbccea94af1f7b902fd1a.tar.gz musl-9f50b77d2ba154ba0d8cbccea94af1f7b902fd1a.tar.bz2 musl-9f50b77d2ba154ba0d8cbccea94af1f7b902fd1a.tar.xz musl-9f50b77d2ba154ba0d8cbccea94af1f7b902fd1a.zip |
document some additional important changesv0.7.0
-rw-r--r-- | WHATSNEW | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,8 @@ added syscall wrappers for the linux inotify interface. malloc(0) now returns a non-null pointer. -fixed printf %n specifier (again). +fixed printf %n specifier (again), pthread_once (it was always +hanging), and non-default-type mutex behavior. added ucontext/sigcontext support in headers to facilitate building libgcc with dwarf2 unwind support, and possibly other low-level tools. |