Fix pg_popcount_aarch64.c to build with ancient glibc releases.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3e83bdd35a5f38511b396a40f060cbc49b62e74d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-11-18T21:16:46Z
Fix pg_popcount_aarch64.c to build with ancient glibc releases.

Like commit 6d969ca68, except here we are mopping up after 519338ace.
(There are no other uses of <sys/auxv.h> in the tree, so we should
be done now.)

Reported-by: GaoZengqi <pgf00a@gmail.com>
Author: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CAFmBtr3Av62-jBzdhFkDHXJF9vQmNtSnH2upwODjnRcsgdTytw@mail.gmail.com
Backpatch-through: 18

Files

PathChange+/−
src/port/pg_popcount_aarch64.c modified +4 −0

Discussion