Add support for RHEL 9.1
[lttng-modules.git] / src / lttng-events.c
index e9b5687198a6cfd56cf6bb537086bb2a8360c0a9..3c9251a00b943ba76d9284dc0bc6b8a757cdd911 100644 (file)
@@ -49,7 +49,8 @@
 #include <ringbuffer/frontend.h>
 #include <wrapper/time.h>
 
-#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,16,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,16,0) \
+       || LTTNG_RHEL_KERNEL_RANGE(5,14,0,162,0,0, 5,15,0,0,0,0))
 #include <linux/stdarg.h>
 #else
 #include <stdarg.h>
This page took 0.022993 seconds and 4 git commands to generate.