mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
2004-04-01 Roland McGrath <roland@redhat.com>
* elf/tst-execstack.c (do_test): Make F static.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user