From: Ulrich Drepper Date: Wed, 2 Apr 2003 00:36:44 +0000 (+0000) Subject: (do_test): Make static. X-Git-Tag: cvs/glibc-2_3_3~982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa36efe8931c7e0dc8c7bf6973d97de32bddd6d4;p=thirdparty%2Fglibc.git (do_test): Make static. --- diff --git a/nptl/tst-key4.c b/nptl/tst-key4.c index 5e641ee32bb..7e9bfddccae 100644 --- a/nptl/tst-key4.c +++ b/nptl/tst-key4.c @@ -62,7 +62,7 @@ tf2 (void *arg) } -int +static int do_test (void) { keys = alloca (max * sizeof (pthread_key_t));