summaryrefslogtreecommitdiff
path: root/test/testlock.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-10-12 13:26:35 +0000
committerJeff Trawick <trawick@apache.org>2001-10-12 13:26:35 +0000
commitf3256ddef93c845d0361a051c9f273fbf968c4ef (patch)
tree467c51c5d3489f2bdc0b109a285c85ec3608de57 /test/testlock.c
parent2a1c3fc57ae0f3db8d0dfd15709fadf23613942a (diff)
downloadapr-f3256ddef93c845d0361a051c9f273fbf968c4ef.tar.gz
clean up some gcc warnings
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testlock.c')
-rw-r--r--test/testlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlock.c b/test/testlock.c
index 37c0b6e3a..44c34e6e6 100644
--- a/test/testlock.c
+++ b/test/testlock.c
@@ -568,7 +568,7 @@ apr_status_t test_cond(void)
return APR_SUCCESS;
}
-apr_status_t test_timeoutcond(void)
+static apr_status_t test_timeoutcond(void)
{
apr_status_t s;
apr_interval_time_t timeout;