aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-12 09:43:38 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-12 09:43:38 +0100
commitce8faa3ee266ea69431805e6ed4bd7102d982508 (patch)
tree6358cb349e3ac6d84d3e95e387ec8c71e56a240e
parentqemu: drop build support for rhel 8.2 (diff)
downloadwireguard-linux-compat-ce8faa3ee266ea69431805e6ed4bd7102d982508.tar.xz
wireguard-linux-compat-ce8faa3ee266ea69431805e6ed4bd7102d982508.zip
compat: SYM_FUNC_{START,END} were backported to 5.4
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--src/compat/compat-asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/compat-asm.h b/src/compat/compat-asm.h
index 53b33d4..4e427e5 100644
--- a/src/compat/compat-asm.h
+++ b/src/compat/compat-asm.h
@@ -40,7 +40,7 @@
#undef pull
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 0)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 76)
#define SYM_FUNC_START ENTRY
#define SYM_FUNC_END ENDPROC
#endif