Fix: incorrect in/out direction for syscall exit
[lttng-modules.git] / src / lttng-syscalls-exit-compat-table.c
index 58fc3275650da107e8568b8b1f2248bc17fccdcc..2ba0c016c4dccb7d1368c20b7cf04a888cd2d131 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.023366 seconds and 4 git commands to generate.