Fix: incorrect in/out direction for syscall exit
[lttng-modules.git] / src / lttng-syscalls-exit-table.c
index aaaa331bbdd61b0de6c24ffcff49ccad7a786204..8e49b42504d65118d0673ad91e64971f76be82fe 100644 (file)
 #define SC_EXIT
 
 #undef sc_in
-#define sc_in(...)     __VA_ARGS__
+#define sc_in(...)
 #undef sc_out
-#define sc_out(...)
+#define sc_out(...)            __VA_ARGS__
 #undef sc_inout
-#define sc_inout(...)  __VA_ARGS__
+#define sc_inout(...)          __VA_ARGS__
 #undef sc_exit
 #define sc_exit(...)           __VA_ARGS__
 
This page took 0.022836 seconds and 4 git commands to generate.