SWI-Prolog / packages-clib

Assorted external libraries: processes, sockets, MIME, CGI, etc.
8 stars 19 forks source link

Use mallinfo2 instead of mallinfo #37

Closed mgondan closed 2 years ago

mgondan commented 2 years ago

/usr/include/mallinfo.h says that mallinfo is now deprecated. mallinfo2 uses size_t, I think this is the reason.

JanWielemaker commented 2 years ago

Thanks. Fixed it a little differently though as malloinfo2() only appeared in glibc 2.33 and older versions are still widespread. See patch 7f0efdb5a57fdf82fbc21d8548b5cd88c40fc064