瀏覽代碼

document some additional important changes

Rich Felker 14 年之前
父節點
當前提交
9f50b77d2b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      WHATSNEW

+ 2 - 1
WHATSNEW

@@ -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.