devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c6f20933c61afd4732dc10adcb42ca26d6b7875e

commit c6f20933c61afd4732dc10adcb42ca26d6b7875e
Author: Christopher Michael <devilho...@comcast.net>
Date:   Thu Feb 25 08:25:09 2021 -0500

    header_checks: Add check for mallinfo2
---
 header_checks/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/header_checks/meson.build b/header_checks/meson.build
index c71fdbf216..2f0205f28a 100644
--- a/header_checks/meson.build
+++ b/header_checks/meson.build
@@ -113,6 +113,7 @@ function_checks = [
   ['dlopen', ['dlfcn.h'],                               ['dl']],
   ['dlsym', ['dlfcn.h'],                                ['dl']],
   ['lround', ['math.h'],                                ['m']],
+  ['mallinfo2', ['malloc.h'],                            ['malloc']],
   ['mallinfo', ['malloc.h'],                            ['malloc']],
   ['shm_open', ['sys/mman.h', 'sys/stat.h', 'fcntl.h'], ['rt']],
 #from here on we specify arguments

-- 


Reply via email to