summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBranko Čibej <brane@apache.org>2020-05-06 16:26:38 +0000
committerBranko Čibej <brane@apache.org>2020-05-06 16:26:38 +0000
commitb2fed509e8f07100b32514fa75feed0d495a1392 (patch)
tree1f219f5d8ef99aef9c8393b36828ad1fa88c8565 /test
parentc1e3cf950175c40327d94c9fce9b7c9dc8a0da86 (diff)
downloadapr-b2fed509e8f07100b32514fa75feed0d495a1392.tar.gz
testatomic: Silence -Wmissing-prototypes warning.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1877444 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testatomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testatomic.c b/test/testatomic.c
index 50ee2a9fb..151f958f0 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;