]> git.ipfire.org Git - thirdparty/util-linux.git/commit
enosys: fix native arch for s390x
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 7 May 2023 08:59:46 +0000 (10:59 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 16 May 2023 20:32:29 +0000 (22:32 +0200)
commit113356e95d2c9b05a26125c2a134ad75081611af
tree7f050f3e196c44be9bec951f97376936731538a9
parent58fe26362c4e88395e857b741cd7a56135503e6b
enosys: fix native arch for s390x

s390 also defines __s390__ so we first have to check for __s390x__.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/enosys.c