summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2003-03-27 20:45:35 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2003-03-27 20:45:35 +0000
commitd6013c029045f0ce7482c2ebd98b2232d7db6378 (patch)
tree7b2f5719601c89c4a8a6618377dd7c95e9278df4
parentdd2d1feaf918bd4d318f31e96c931fa1e402f247 (diff)
downloadlibapr-d6013c029045f0ce7482c2ebd98b2232d7db6378.tar.gz
Note the 2 posixsem patches
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64455 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1580f65ec..83e141373 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with APR 0.9.3
+ *) Don't enable posixsem, at build time, on systems where sem_t *
+ won't "fit" into an int (sizeof-wise). Also, better error handling
+ when we fail to create a posixsem. PR 17186 [Scott Herod
+ <sherod@pillardata.com>, Jim Jagielski]
+
*) Default hpux 10.x to disable threading, since if it exists at all
the pthread implementation should not be trusted, while hpux 10
had its own threads implementation that is no longer supported.