We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264a88c commit 4bbb6dfCopy full SHA for 4bbb6df
tools/testing/shared/linux/maple_tree.h
@@ -2,6 +2,6 @@
2
#define atomic_t int32_t
3
#define atomic_inc(x) uatomic_inc(x)
4
#define atomic_read(x) uatomic_read(x)
5
-#define atomic_set(x, y) do {} while (0)
+#define atomic_set(x, y) uatomic_set(x, y)
6
#define U8_MAX UCHAR_MAX
7
#include "../../../../include/linux/maple_tree.h"
tools/testing/vma/linux/atomic.h
@@ -6,7 +6,7 @@
8
9
10
11
12
#endif /* _LINUX_ATOMIC_H */
0 commit comments