]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/mtrace.c
Update.
[thirdparty/glibc.git] / malloc / mtrace.c
index c1704d00eaf9ff925088aaf2e50b85a2f88f08d0..cdd7432a76d0913833cbd9eb10cb920d990ce158 100644 (file)
@@ -41,7 +41,7 @@ extern char *getenv ();
 #endif
 
 static FILE *mallstream;
-static char mallenv[]= "MALLOC_TRACE";
+static const char mallenv[]= "MALLOC_TRACE";
 static char mallbuf[BUFSIZ];   /* Buffer for the output.  */
 
 __libc_lock_define_initialized (static, lock);