]> git.ipfire.org Git - thirdparty/util-linux.git/commit
setarch: use kernel address size if possible
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 21 Dec 2022 13:42:05 +0000 (13:42 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 21 Dec 2022 16:04:51 +0000 (16:04 +0000)
commit035fc2d9c2fa6f5ff71c94e10045f62b0716b12d
treee35eeda163c5589be4b788e13a707b6388174a41
parent74c9e0d8c51af3b45eb58631d05682c986a0aca9
setarch: use kernel address size if possible

If setarch is running as 32bit userspace on a 64bit kernel we should use
the kernel personality.
meson.build
sys-utils/Makemodule.am
sys-utils/setarch.c