mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
2004-04-01 Roland McGrath <roland@redhat.com>
* elf/tst-execstack.c (do_test): Make F static.
This commit is contained in:
parent
15a3340920
commit
26e059c142
@ -48,7 +48,7 @@ waiter_thread (void *arg)
|
|||||||
static int
|
static int
|
||||||
do_test (void)
|
do_test (void)
|
||||||
{
|
{
|
||||||
void *f;
|
static void *f; /* Address of this is used in other threads. */
|
||||||
|
|
||||||
#if USE_PTHREADS
|
#if USE_PTHREADS
|
||||||
/* Create some threads while stacks are nonexecutable. */
|
/* Create some threads while stacks are nonexecutable. */
|
||||||
|
Loading…
Reference in New Issue
Block a user