summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-06-28 11:38:50 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-06-28 11:38:50 +0000
commit6b2b336dda2df63f876a66f8ec225d18459b2aa9 (patch)
tree082be7375ef77abb1cf035a7998c6d82c845c341 /CHANGES
parent728d40d4ebfe37a83a6d2c31ce9df601afb74feb (diff)
downloadlibapr-6b2b336dda2df63f876a66f8ec225d18459b2aa9.tar.gz
Fix the definition of union semun so that it is valid on systems
where sizeof(long) != sizeof(int). This resolves a hang on HP-UX/Itanium. Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com> Reviewed by: Jeff Trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63526 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aec515a26..94cc6dd0c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with APR b1
+ *) Fix the definition of union semun so that it is valid on systems
+ where sizeof(long) != sizeof(int). This resolves a hang on
+ HP-UX/Itanium.
+ [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
+
*) Correct shared library support on Darwin to not fatally error out
when a shared library does not exist. [Justin Erenkrantz]