diff options
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
| -rw-r--r-- | lib/libc/stdlib/malloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 43aad2d79211..d2371bdd69a2 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -267,7 +267,7 @@ static void *malloc_brk;  static struct pgfree *px;  /* compile-time options */ -char *_malloc_options; +const char *_malloc_options;  /* Name of the current public function */  static char *malloc_func; | 
