1
0
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:
Roland McGrath
2012-02-27 13:29:12 -08:00
parent 22f9d9df92
commit 4579f81caf
2 changed files with 5 additions and 1 deletions

View File

@ -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;