Fix syscall table
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 17:56:30 +0000 (13:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 17:56:30 +0000 (13:56 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.026386 seconds and 4 git commands to generate.