X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Ffdtable.h;h=d768c10f6251b860c0ad3866820f17259f62b6a2;hb=b78104db53f97c10add30016e365855a26f6e01e;hp=7dccd3c39c2e418d3c5c511c6aa9f901c20abb5f;hpb=7381483908683d2077de407a3a052716afebda67;p=lttng-modules.git diff --git a/wrapper/fdtable.h b/wrapper/fdtable.h index 7dccd3c3..d768c10f 100644 --- a/wrapper/fdtable.h +++ b/wrapper/fdtable.h @@ -8,11 +8,11 @@ #ifndef _LTTNG_WRAPPER_FDTABLE_H #define _LTTNG_WRAPPER_FDTABLE_H -#include +#include #include #include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,11,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,11,0)) static inline struct file *lttng_lookup_fd_rcu(unsigned int fd) { @@ -26,7 +26,7 @@ struct file *lttng_lookup_fd_rcu(unsigned int fd) } #endif -#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0)) +#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,7,0)) int lttng_iterate_fd(struct files_struct *files, unsigned int first, @@ -44,7 +44,7 @@ int lttng_iterate_fd(struct files_struct *files, #endif -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,4,0)) static inline bool lttng_close_on_exec(int fd, const struct fdtable *fdt) {