commit 8f546928d1ec263bb7d46f5ed17b0bbf65d24b58
Author: Matthew Dillon <[email protected]>
Date: Fri Jun 10 21:34:27 2022 -0700
world - include malloc_np.h from stdlib.h
* Include malloc_np.h from stdlib.h as per FreeBSD manual page.
Note that linux includes it from <malloc.h>, but BSD's do not
have a malloc.h so this is the easier path for now.
Summary of changes:
include/stdlib.h | 1 +
1 file changed, 1 insertion(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8f546928d1ec263bb7d46f5ed17b0bbf65d24b58
--
DragonFly BSD source repository