Fix syscall table
[lttng-modules.git] / lttng-syscalls.c
index aef7d4adc90dc93c25bd852b7c577003b1ecf157..52c94f150e73cd0fea617c3d2cfce7f4b8a5de7a 100644 (file)
@@ -73,7 +73,7 @@ static const struct trace_syscall_entry sc_table[] = {
 //extern const struct trace_syscall_entry compat_sc_table[];
 //extern const size_t compat_sc_table_len;
 //temp disable
-static const struct trace_syscall_entry compat_sc_table[];
+static const struct trace_syscall_entry compat_sc_table[] = { };
 static const size_t compat_sc_table_len;
 
 static void syscall_entry_unknown(struct ltt_event *event,
This page took 0.025231 seconds and 4 git commands to generate.