]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix pg_popcount_aarch64.c to build with ancient glibc releases.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Nov 2025 21:16:51 +0000 (16:16 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Nov 2025 21:16:51 +0000 (16:16 -0500)
commit6a51707551270eb2d17ed53c4256cc89299fa3b7
tree729d2ed895b7d03d77931879757634484d9a9be2
parentb1fbc6494ef57964adb22f0ee14ec314010b5629
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
src/port/pg_popcount_aarch64.c