summaryrefslogtreecommitdiff
path: root/atomic
diff options
context:
space:
mode:
authorgregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2002-03-22 18:29:16 +0000
committergregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2002-03-22 18:29:16 +0000
commitcb2fda56676fca7e3de8d43a3a82691556a8768e (patch)
treebefd62217c5880933d8f26d7779825801e66824a /atomic
parentf0e159b14e20758d12c461a702edad594dd10e70 (diff)
downloadlibapr-cb2fda56676fca7e3de8d43a3a82691556a8768e.tar.gz
apr_atomic_add: sync up parameter types with header file
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'atomic')
-rw-r--r--atomic/os390/atomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atomic/os390/atomic.c b/atomic/os390/atomic.c
index b6f41b242..bd130abb2 100644
--- a/atomic/os390/atomic.c
+++ b/atomic/os390/atomic.c
@@ -58,7 +58,7 @@
#if APR_HAS_THREADS
-apr_atomic_t apr_atomic_add(apr_atomic_t *mem, apr_uint32_t val)
+apr_int32_t apr_atomic_add(apr_atomic_t *mem, apr_int32_t val)
{
apr_atomic_t old, new_val;