X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=instrumentation%2Fsyscalls%2Fheaders%2Fsyscalls_pointers.h;h=32238902187dadc89cde3ea8f246636ee3b6af4e;hb=fa73137a9984cd453fe895cca204f9d73291c1b2;hp=8b6bed509f8758435152df3d5d9a576121d98ef6;hpb=ff6608f2001df7c7f69445b6c9de238650a71234;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index 8b6bed50..32238902 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -1,3 +1,7 @@ #ifdef CONFIG_X86_64 #include "x86-64-syscalls-3.0.4_pointers.h" #endif + +#ifdef CONFIG_X86_32 +#include "x86-32-syscalls-3.1.0-rc6_pointers.h" +#endif