Whamcloud - gitweb
Use mallinfo2 instead of mallinfo if available
authorLukas Czerner <lczerner@redhat.com>
Thu, 17 Feb 2022 09:25:00 +0000 (10:25 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Apr 2022 17:13:56 +0000 (13:13 -0400)
commit97079a792dd5e9ea9d4708d2e80244c930a139cd
treec3bfad53adbb3c83480628eb66a07ee9f5346c33
parenta282671a02e8fffa04ac0f9db7982fd6bb0a0916
Use mallinfo2 instead of mallinfo if available

mallinfo has been deprecated with GNU C library version 2.33 in favor of
mallinfo2 which works exactly the same as mallinfo but with larger field
widths. Use mallinfo2 if available.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac
e2fsck/iscan.c
e2fsck/util.c
lib/config.h.in
resize/resource_track.c