X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-syscalls-exit-table.c;h=8e49b42504d65118d0673ad91e64971f76be82fe;hb=67bc1d565fa225616da47e417753bceb2982e7e2;hp=aaaa331bbdd61b0de6c24ffcff49ccad7a786204;hpb=7584cfc04914cb0842a986e9808686858b9c8630;p=lttng-modules.git diff --git a/src/lttng-syscalls-exit-table.c b/src/lttng-syscalls-exit-table.c index aaaa331b..8e49b425 100644 --- a/src/lttng-syscalls-exit-table.c +++ b/src/lttng-syscalls-exit-table.c @@ -32,11 +32,11 @@ #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__