header_checks: Add check for mallinfo2

This commit is contained in:
Christopher Michael 2021-02-25 08:25:09 -05:00
parent 9f142be03c
commit c6f20933c6
1 changed files with 1 additions and 0 deletions

View File

@ -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