summaryrefslogtreecommitdiff
path: root/test/testlockperf.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2015-04-04 18:54:26 +0000
committerJeff Trawick <trawick@apache.org>2015-04-04 18:54:26 +0000
commit19c09ffdffd308f99199c172d165b27465905f58 (patch)
tree303f493d597b5a727b05de8d976bdec313d9a1e9 /test/testlockperf.c
parent5b52fc95c311e0046faa9d4c30a0b7843ccc8e8e (diff)
downloadapr-19c09ffdffd308f99199c172d165b27465905f58.tar.gz
make internal function static to avoid a warning
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1671292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testlockperf.c')
-rw-r--r--test/testlockperf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlockperf.c b/test/testlockperf.c
index 39fc256a1..10442710d 100644
--- a/test/testlockperf.c
+++ b/test/testlockperf.c
@@ -180,7 +180,7 @@ int test_thread_mutex_nested(int num_threads)
return APR_SUCCESS;
}
-int test_thread_mutex_timed(int num_threads)
+static int test_thread_mutex_timed(int num_threads)
{
apr_thread_t *t[MAX_THREADS];
apr_status_t s[MAX_THREADS];