From 9f50b77d2ba154ba0d8cbccea94af1f7b902fd1a Mon Sep 17 00:00:00 2001
From: Rich Felker <dalias@aerifal.cx>
Date: Fri, 11 Mar 2011 14:51:36 -0500
Subject: [PATCH] document some additional important changes

---
 WHATSNEW | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/WHATSNEW b/WHATSNEW
index 6d4966e4..519b7787 100644
--- a/WHATSNEW
+++ b/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.