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:34 +0000 (16:04 -0400)
commit839eaea560d6561f1cb947d959757786a54343cc
tree8c31b46393c60b7f6ea080557f640765716afed8
parentf97344e0254e1157bfcc8969b67332c1d5bfec57
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.024919 seconds and 4 git commands to generate.