Fix: Use ifdef for CONFIG_COMPAT_OLD_SIGACTION
[lttng-modules.git] / include / instrumentation / syscalls / headers / x86-32-syscalls_pointers_override.h
index 5689bda412950ed68ea8284c82e4224a2a7f4a03..bd63ed09ceebda18410da8f6dcd076060f329589 100644 (file)
@@ -12,7 +12,7 @@
 # endif
 
 #ifdef CONFIG_X86_64
-#if CONFIG_COMPAT_OLD_SIGACTION
+#ifdef CONFIG_COMPAT_OLD_SIGACTION
 /*
  * From the point of view of the 64-bit ABI, old_sigaction
  * becomes compat_old_sigaction.
This page took 0.025227 seconds and 4 git commands to generate.