X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fevent-rule%2Fsyscall.c;h=fde01019e0416c93c25afc75b10988087687ccc7;hp=51f22fcc0ff85602d680f5216d790dc48f1c38a8;hb=a3ecaea889e67f87307cc3be53e51fb472a67c3b;hpb=da8734126339713603c25799dcd1dd72726730de diff --git a/src/common/event-rule/syscall.c b/src/common/event-rule/syscall.c index 51f22fcc0..fde01019e 100644 --- a/src/common/event-rule/syscall.c +++ b/src/common/event-rule/syscall.c @@ -244,7 +244,7 @@ lttng_event_rule_syscall_hash( return hash; } -struct lttng_event_rule *lttng_event_rule_syscall_create() +struct lttng_event_rule *lttng_event_rule_syscall_create(void) { struct lttng_event_rule *rule = NULL; struct lttng_event_rule_syscall *syscall_rule;