Browse Source

update release notes

Rich Felker 14 years ago
parent
commit
d1c24ac4ec
1 changed files with 2 additions and 1 deletions
  1. 2 1
      WHATSNEW

+ 2 - 1
WHATSNEW

@@ -88,7 +88,8 @@ implemented POSIX timers.
 
 
 optimized and simplified many thread-related functions.
 optimized and simplified many thread-related functions.
 
 
-eliminated resource leak races in thread cancellation.
+eliminated resource leak races in thread cancellation. (almost all
+existing implementations, including glibc, have these leaks.)
 
 
 overhauled stdio implementation to take advantage of readv/writev for
 overhauled stdio implementation to take advantage of readv/writev for
 reduced syscall load, and improved stdio's handling of error status.
 reduced syscall load, and improved stdio's handling of error status.