mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
Make pointer in tst-realloc volatile also
This commit is contained in:
parent
5884367eb9
commit
74f10c8aad
@ -33,7 +33,7 @@ merror (const char *msg)
|
||||
static int
|
||||
do_test (void)
|
||||
{
|
||||
void *p;
|
||||
void *volatile p;
|
||||
unsigned char *c;
|
||||
int save, i, ok;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user