The testcase mallopt01 skips performing the test when UCLINUX=1, but the mallinfo structure is defined outside the #if !defined(UCLINUX) block. Attached is a patch to move the mallinfo structure definition inside the #if !defined(UCLINUX) block. Signed-off-by: d.marlin