instrumentation: syscalls: remove backward compatibility for older kernels
[lttng-modules.git] / instrumentation / syscalls / headers / syscalls_pointers_override.h
index 89f2cd8e61f7a3bdc7f866b1d0637af39d594cbf..341e93b615379a0567488b5ef7e33972f755985b 100644 (file)
@@ -946,9 +946,7 @@ SC_LTTNG_TRACEPOINT_ENUM(lttng_file_status_flags,
                ctf_enum_value("O_CLOEXEC", O_CLOEXEC)
                ctf_enum_value("O_SYNC", __O_SYNC)
                ctf_enum_value("O_PATH", O_PATH)
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,11,0))
                ctf_enum_value("O_TMPFILE", __O_TMPFILE)
-#endif /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,11,0)) */
        )
 )
 
This page took 0.022584 seconds and 4 git commands to generate.