(do_test): Make static.
authorUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 2003 00:36:44 +0000 (00:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 2003 00:36:44 +0000 (00:36 +0000)
nptl/tst-key4.c

index 5e641ee..7e9bfdd 100644 (file)
@@ -62,7 +62,7 @@ tf2 (void *arg)
 }
 
 
-int
+static int
 do_test (void)
 {
   keys = alloca (max * sizeof (pthread_key_t));