From 26e059c142504b22fe99e41e15c7ce626cac6df6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 2 Apr 2004 02:23:05 +0000 Subject: [PATCH] 2004-04-01 Roland McGrath * elf/tst-execstack.c (do_test): Make F static. --- elf/tst-execstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/tst-execstack.c b/elf/tst-execstack.c index 21eaa9b..4b06615 100644 --- a/elf/tst-execstack.c +++ b/elf/tst-execstack.c @@ -48,7 +48,7 @@ waiter_thread (void *arg) static int do_test (void) { - void *f; + static void *f; /* Address of this is used in other threads. */ #if USE_PTHREADS /* Create some threads while stacks are nonexecutable. */ -- 2.7.4