From 26e059c142504b22fe99e41e15c7ce626cac6df6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 2 Apr 2004 02:23:05 +0000 Subject: 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(-) (limited to 'elf') diff --git a/elf/tst-execstack.c b/elf/tst-execstack.c index 21eaa9bc90..4b06615451 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. */ -- cgit v1.2.3