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 3302363 commit 6bd6b28Copy full SHA for 6bd6b28
tools/virtio/linux/compiler.h
@@ -7,4 +7,5 @@
7
8
#define READ_ONCE(var) (*((volatile typeof(var) *)(&(var))))
9
10
+#define __aligned(x) __attribute((__aligned__(x)))
11
#endif
0 commit comments