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:36 +0000 (16:04 -0400)
commitdcae1b08904b12f5f91000fdba25e1aa9f3d2636
tree8e9845c408adc4312000208282b8c070ec10dd28
parent03155c0d2f1fd52ee863dc1059fc662993983fa9
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.025116 seconds and 4 git commands to generate.