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.11.4~4 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=dcae1b08904b12f5f91000fdba25e1aa9f3d2636;hp=dcae1b08904b12f5f91000fdba25e1aa9f3d2636;p=urcu.git 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 ---