Skip to content

Commit

Permalink
2004-04-01 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* elf/tst-execstack.c (do_test): Make F static.
  • Loading branch information
Roland McGrath committed Apr 2, 2004
1 parent 15a3340 commit 26e059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/tst-execstack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 26e059c

Please sign in to comment.