]> git.ipfire.org Git - thirdparty/libbsd.git/commit
test: Fix nlist(3) unit test on IA64
authorJason Duerstock <jason.duerstock@gmail.com>
Sun, 3 Dec 2017 15:50:07 +0000 (16:50 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sat, 13 Jan 2018 15:17:28 +0000 (16:17 +0100)
commit9ceac74e91411d3f7dbbc42d772f3500c47c7cec
tree3c6b0ce3b372ea142826b380dd2703c51d7640d0
parent9afc7100a1078e177ff68349446526efe6872618
test: Fix nlist(3) unit test on IA64

On IA64 this is only the case in the ELF binary, but it gets normalized
when loaded at run-time.

Fixes: https://bugs.debian.org/881611
Signed-off-by: Guillem Jover <guillem@hadrons.org>
test/nlist.c