summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-04-24 16:49:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-04-24 16:49:36 +0000
commit9908ed2b1eedfcea984fabfebb48a9a41d02a624 (patch)
tree05364aa5ca56a331f5dfa5fbf936e6eedcd8848a /lib/libc/stdlib/malloc.c
parent7ce72dbaeceb9f8904b2d43418e329344ef5fb18 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
-rw-r--r--lib/libc/stdlib/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c
index 43aad2d792114..d2371bdd69a23 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;