On 5/5/22 11:04 AM, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Starting with glibc 2.35, the mallinfo library call has finally been > upgraded to return 64-bit memory usage quantities. Migrate to the new > call, since it also warns about mallinfo being deprecated. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Seems fine. Turning into a fair bit of code for an informational message, do you really need it? ;) Anyway, looks like it fixes the warning, thanks! Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx>