mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Remove a spurious const in tst-fmemopen.
This commit is contained in:
parent
22f9d9df92
commit
4579f81caf
@ -1,3 +1,7 @@
|
||||
2012-02-27 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* stdio-common/tst-fmemopen.c (main): Remove spurious const.
|
||||
|
||||
2012-02-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* manual/install.texi (--with-headers): Describe headers as
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user