From de149cdbaf9327b5dbb85b1a473fce5c6ec7951f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Dec 2000 20:26:07 +0000 Subject: Make local functions static. --- posix/runtests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/runtests.c') diff --git a/posix/runtests.c b/posix/runtests.c index 1e91b11e68..2a5ef6c820 100644 --- a/posix/runtests.c +++ b/posix/runtests.c @@ -48,7 +48,7 @@ static const struct a_test the_tests[] = -int +static int run_a_test (int id, const struct a_test * t) { static const char * last_pattern = 0; -- cgit v1.2.1