Avoid overloading on 32 bit architectures
authorJames Page james.page@ubuntu.com, Bernd Zeimetz <bzed@debian.org>
Thu, 27 May 2021 10:04:21 +0000 (11:04 +0100)
committerThomas Goirand <zigo@debian.org>
Thu, 27 May 2021 10:04:21 +0000 (11:04 +0100)
commit45cb94fc54a694cf673bab41f7745f7a1f475313
tree464c40ea341a6637aa8400b831db852c87d94fa7
parent9b047dd8ad059405f7beab831a5ca278e32ef437
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