summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <devilhorns@comcast.net>2021-02-25 08:25:09 -0500
committerChristopher Michael <devilhorns@comcast.net>2021-02-25 08:25:09 -0500
commitc6f20933c61afd4732dc10adcb42ca26d6b7875e (patch)
tree7062442767baf15a36d16885783683cdb98b2549
parent9f142be03c4fa03b310db20937f44d552efbdff1 (diff)
downloadefl-c6f20933c61afd4732dc10adcb42ca26d6b7875e.tar.gz
header_checks: Add check for mallinfo2
-rw-r--r--header_checks/meson.build1
1 files changed, 1 insertions, 0 deletions
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