summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2022-01-05 18:58:01 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2022-01-05 18:58:01 +0000
commit774ea76dc662c627222d69d4ff2726f5b86ca02c (patch)
tree65478221d9956bd8b3c24d91b69dd9a5d555a512
parent5201e18a19b66186d77ce14655a192dfd527c098 (diff)
downloadlibapr-774ea76dc662c627222d69d4ff2726f5b86ca02c.tar.gz
Merge r1877444 from trunk:
testatomic: Silence -Wmissing-prototypes warning. Submitted by: brane git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1896728 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/testatomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testatomic.c b/test/testatomic.c
index b66129924..d8e93437c 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -876,7 +876,7 @@ static void test_atomics_busyloop_threaded64(abts_case *tc, void *data)
ABTS_ASSERT(tc, "Failed creating threads", rv == APR_SUCCESS);
}
-void *APR_THREAD_FUNC test_func_set64(apr_thread_t *thd, void *data)
+static void *APR_THREAD_FUNC test_func_set64(apr_thread_t *thd, void *data)
{
int i;