diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-24 16:49:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-24 16:49:36 +0000 |
| commit | 9908ed2b1eedfcea984fabfebb48a9a41d02a624 (patch) | |
| tree | 05364aa5ca56a331f5dfa5fbf936e6eedcd8848a /lib/libc/stdlib/malloc.3 | |
| parent | 7ce72dbaeceb9f8904b2d43418e329344ef5fb18 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 4271ff80c576..a78d83016394 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -56,8 +56,8 @@ .Fn reallocf "void *ptr" "size_t size" .Ft void .Fn free "void *ptr" -.Ft char * -.Va _malloc_options +.Ft const char * +.Va _malloc_options; .Ft void .Fn \*(lp*_malloc_message\*(rp "char *p1" "char *p2" "char *p3" "char *p4" .Sh DESCRIPTION |
