malloc_get_state.3: SYNOPSIS: use correct header

The nonstandard functions malloc_set_state() and
malloc_get_state() are provided by <malloc.h> not <stdlib.h>.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Rasmus Villemoes 2014-06-04 16:38:37 +02:00 committed by Michael Kerrisk
parent f41d7fb3de
commit ebae2ae3ce
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
malloc_get_state, malloc_set_state \- record and restore state of malloc implementation
.SH SYNOPSIS
.nf
.B #include <stdlib.h>
.B #include <malloc.h>
.sp
.BI "void* malloc_get_state(void);"