about summary refs log tree commit diff
path: root/posix/runtests.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 20:26:07 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 20:26:07 +0000
commitde149cdbaf9327b5dbb85b1a473fce5c6ec7951f (patch)
treecc14a903a8e159a33e86e8f15b309abd7fc3e65b /posix/runtests.c
parent784d802ea2b7f156f59e86b77d4f17ea9effaaba (diff)
downloadglibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.tar.gz
glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.tar.xz
glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.zip
Make local functions static.
Diffstat (limited to 'posix/runtests.c')
-rw-r--r--posix/runtests.c2
1 files changed, 1 insertions, 1 deletions
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;