summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2020-05-06 16:26:38 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2020-05-06 16:26:38 +0000
commita386845886466fbf0a43e8f1e9b8f4e86113ba7b (patch)
tree1f219f5d8ef99aef9c8393b36828ad1fa88c8565
parenteb3d0a4fa925d6918a0edf792fb76c07c0a02b73 (diff)
downloadlibapr-a386845886466fbf0a43e8f1e9b8f4e86113ba7b.tar.gz
testatomic: Silence -Wmissing-prototypes warning.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1877444 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 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;