Re: Patches to fix isc_atomic_xadd problem (Solaris, HP-UX and other rare CPU architectures)

2019-04-26 Thread Jeff Wieland
Ondřej Surý wrote: Hi, when backporting the patch to fix TCP Client Issue a design decision was made to not use stdatomic.h (as used in 9.14+), but rather use the old ISC atomic API that we believed was more compatible with existing user base. Unfortunately, it has slipped our attention that

Patches to fix isc_atomic_xadd problem (Solaris, HP-UX and other rare CPU architectures)

2019-04-26 Thread Ondřej Surý
Hi, when backporting the patch to fix TCP Client Issue a design decision was made to not use stdatomic.h (as used in 9.14+), but rather use the old ISC atomic API that we believed was more compatible with existing user base. Unfortunately, it has slipped our attention that said API lack