git: world - include malloc_np.h from stdlib.h

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jun 10 21:35:07 PDT 2022


commit 8f546928d1ec263bb7d46f5ed17b0bbf65d24b58
Author: Matthew Dillon <dillon at apollo.backplane.com>
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


More information about the Commits mailing list