2004-04-01 Roland McGrath <roland@redhat.com>

* elf/tst-execstack.c (do_test): Make F static.
This commit is contained in:
Roland McGrath 2004-04-02 02:23:05 +00:00
parent 15a3340920
commit 26e059c142
1 changed files with 1 additions and 1 deletions

View File

@ -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. */