From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 20:54:28 +0000 (-0400) Subject: lttng-syscalls: remove compatibility code X-Git-Tag: for-upstreaming-review-1~27 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=a1e4af7f9367a0a05dc18c77513f00141353dfff lttng-syscalls: remove compatibility code --- diff --git a/lttng-syscalls.c b/lttng-syscalls.c index 3ecb42d9..edb69b09 100644 --- a/lttng-syscalls.c +++ b/lttng-syscalls.c @@ -81,9 +81,7 @@ struct timeval; struct itimerval; struct itimerspec; -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)) typedef __kernel_old_time_t time_t; -#endif #ifdef IA32_NR_syscalls #define NR_compat_syscalls IA32_NR_syscalls