commit | 4929eb911bbbe3a39b68bdf0c7d58002e4d1c3f2 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Jul 21 19:41:04 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Jul 21 19:41:04 2011 +0200 |
tree | ffcec3ad368117a0c44abff608819bde0920b720 | |
parent | b95241349941f08708952273e3c69f1b4a22233d [diff] [blame] |
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
diff --git a/Misc/NEWS b/Misc/NEWS index b7d00f0..b4228aa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Library ------- +- Issue #12372: POSIX semaphores are broken on AIX: don't use them. + - Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, so that "import DLFCN" and other similar imports work on Linux 3.0.