commit | 996f606787a7aba177f738157acd672b5821be4c | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Jul 21 19:45:31 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Jul 21 19:45:31 2011 +0200 |
tree | 96dd930702ce82c9a1381ea4dff5fc1e89b53048 | |
parent | 1beea5b7c181d9e7279dd58bc5fbee52b549e528 [diff] [blame] |
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
diff --git a/Misc/NEWS b/Misc/NEWS index df257f5..c1162ed 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.