4b6f74f basic/selinux: work around mallinfo deprecation

3 files Authored by zbyszek 3 years ago, Committed by Lennart Poettering 3 years ago,
    basic/selinux: work around mallinfo deprecation
    
    Latest glibc has deprecated mallinfo(), so it might become unavailable at some point
    in the future. There is malloc_info(), but it returns XML, ffs. I think the information
    that we get from mallinfo() is quite useful, so let's use mallinfo() if available, and
    not otherwise.
    
        
file modified
+1 -0
file modified
+4 -0
file modified
+22 -8