]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/compiler.h
Merge pull request #2648 from brauner/2018-09-26/compiler_attributes
[mirror_lxc.git] / src / lxc / compiler.h
index 59ad802dabaa788f364d97a5cbc0a89a3f33ba8e..12214b9b1ee9925eecb64b0ef9c7285319c070e5 100644 (file)
 #      endif
 #endif
 
+#ifndef __hot
+#      define __hot __attribute__((hot))
+#endif
+
 #define __cgfsng_ops
 
 #endif /* __LXC_COMPILER_H */