From: Roland McGrath Date: Fri, 2 Apr 2004 02:23:05 +0000 (+0000) Subject: 2004-04-01 Roland McGrath X-Git-Tag: cvs/fedora-base~561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26e059c142504b22fe99e41e15c7ce626cac6df6;p=thirdparty%2Fglibc.git 2004-04-01 Roland McGrath * elf/tst-execstack.c (do_test): Make F static. --- diff --git a/elf/tst-execstack.c b/elf/tst-execstack.c index 21eaa9bc901..4b06615451e 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. */