mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix prototype.
This commit is contained in:
parent
8b79908889
commit
4ca0505435
1 changed files with 3 additions and 1 deletions
|
|
@ -59,7 +59,9 @@
|
|||
.Ft const char *
|
||||
.Va _malloc_options ;
|
||||
.Ft void
|
||||
.Fn \*(lp*_malloc_message\*(rp "char *p1" "char *p2" "char *p3" "char *p4"
|
||||
.Fo \*(lp*_malloc_message\*(rp
|
||||
.Fa "const char *p1" "const char *p2" "const char *p3" "const char *p4"
|
||||
.Fc
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn malloc
|
||||
|
|
|
|||
Loading…
Reference in a new issue