Avoid overloading on 32 bit architectures
authorJames Page james.page@ubuntu.com, Bernd Zeimetz <bzed@debian.org>
Fri, 6 Feb 2026 19:24:31 +0000 (11:24 -0800)
committerChris Lamb <lamby@debian.org>
Fri, 6 Feb 2026 19:24:31 +0000 (11:24 -0800)
commit4088375b887cb81fb7ee04cd96f16f9bd2a2757a
tree1b29974f8fc34de84537954a2f3a15d819e3faf3
parent272a1a723dc694c732362087d281ae12bebc0b1d
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch
src/include/buffer.h