Fix: x86 and s390: uatomic __hp() macro clang support
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Jun 2021 20:00:28 +0000 (16:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Jun 2021 20:04:31 +0000 (16:04 -0400)
commit575b4c6c906186fa101087d5e83477a3f13bc3fb
treef6f0a056efb48b07a1efe33c0d74bc9c299b084c
parente2b44743f9ad7f6d8f3d05d2824e26cb870e7435
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 <mathieu.desnoyers@efficios.com>
Change-Id: Ifa3d5b5b7921f54849e0f331bef8f07c059b998f
include/urcu/uatomic/s390.h
include/urcu/uatomic/x86.h
This page took 0.024958 seconds and 4 git commands to generate.