mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove a spurious const in tst-fmemopen.
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
const char *test_file;
|
||||
char *test_file;
|
||||
const char blah[] = "BLAH";
|
||||
FILE *fp;
|
||||
char *mmap_data;
|
||||
|
Reference in New Issue
Block a user