Procházet zdrojové kódy

update release notes

Rich Felker před 14 roky
rodič
revize
d1c24ac4ec
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      WHATSNEW

+ 2 - 1
WHATSNEW

@@ -88,7 +88,8 @@ implemented POSIX timers.
 
 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
 reduced syscall load, and improved stdio's handling of error status.