summaryrefslogtreecommitdiff
path: root/nptl/tst-key4.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-02 00:36:44 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-02 00:36:44 +0000
commitfa36efe8931c7e0dc8c7bf6973d97de32bddd6d4 (patch)
treee06705093ea654f532a827be9e12d4484c90e939 /nptl/tst-key4.c
parent9a197dcc6a93d7938bede6ca85fd1f769424cf17 (diff)
(do_test): Make static.
Diffstat (limited to 'nptl/tst-key4.c')
-rw-r--r--nptl/tst-key4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-key4.c b/nptl/tst-key4.c
index 5e641ee32b..7e9bfddcca 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));