]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: clean-up padding on /proc/self/maps
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 3 Apr 2020 19:11:47 +0000 (20:11 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Apr 2020 15:19:49 +0000 (16:19 +0100)
commitbb55173cfb7bd69b79c4092bf524a32b0fdeddbb
treed82683037713fe17382f9d779a1b28308675ccce
parent01ef6b9e4e4e84b106b7f934354eada8fe36674f
linux-user: clean-up padding on /proc/self/maps

Don't use magic spaces, calculate the justification for the file
field like the kernel does with seq_pad.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200403191150.863-10-alex.bennee@linaro.org>
linux-user/syscall.c