From: Mathieu Desnoyers Date: Tue, 15 Jun 2021 20:00:28 +0000 (-0400) Subject: Fix: x86 and s390: uatomic __hp() macro clang support X-Git-Tag: v0.14.0~73 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=713234991cce999c376345400f9367f1e2317076;hp=713234991cce999c376345400f9367f1e2317076 Fix: x86 and s390: uatomic __hp() macro clang support The __hp macro should receive contant size arguments to support clang, which does not implement VLA support. Signed-off-by: Mathieu Desnoyers Change-Id: Ifa3d5b5b7921f54849e0f331bef8f07c059b998f ---