]> Sergey Matveev's repositories - public-inbox.git/commit
syscall: fix i386/i686 detection
authorEric Wong <e@80x24.org>
Sun, 25 Dec 2022 13:24:12 +0000 (13:24 +0000)
committerEric Wong <e@80x24.org>
Sun, 25 Dec 2022 13:45:43 +0000 (13:45 +0000)
commit48f19407e04593eca64fc31b69d7a27483f06fe3
tree2943205f1255880812796a1e088a80a6e15e4e7d
parentdf00ede142da26f0b88c161694bb7508410b9de8
syscall: fix i386/i686 detection

Both __ILP32__ and __x86_64__ need to be defined for a system to
be considered x32.  Without this, my 32-bit Debian VM on a
64-bit kernel would fail after upgrading to Perl 5.32.1 on
Debian 11 (bullseye).
lib/PublicInbox/Syscall.pm