]> git.ipfire.org Git - thirdparty/nettle.git/commit
ppc: Fix use of __GLIBC_PREREQ in fat-ppc.c.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 10 Jan 2021 19:39:49 +0000 (20:39 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 10 Jan 2021 19:39:49 +0000 (20:39 +0100)
commit49cb4039be99d2d49f5c97edd22fc47976c34651
tree0ba253eb7f3edad0afddf0ecf3760f1cae8955d6
parent1c88685a3421753509772823c05f3355ff6486ee
ppc: Fix use of __GLIBC_PREREQ in fat-ppc.c.

* fat-ppc.c: Don't use __GLIBC_PREREQ in the same preprocessor
conditional as defined(__GLIBC_PREREQ), but move to a nested #if
conditional. Fixes compile error on OpenBSD/powerpc64, reported by
Jasper Lievisse Adriaanse.
ChangeLog
fat-ppc.c