Fix: add struct file_handle forward declaration
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Apr 2015 21:38:59 +0000 (17:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Apr 2015 22:15:14 +0000 (18:15 -0400)
For older kernels (e.g. 2.6.38).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-syscalls.c

index f452b487db783cdea60fb8f1183684be98a2e56e..2ac6cfc1541fc882155fa4bce64986fbcbc3c1cf 100644 (file)
@@ -48,6 +48,7 @@ struct oldold_utsname;
 struct old_utsname;
 struct sel_arg_struct;
 struct mmap_arg_struct;
+struct file_handle;
 
 /*
  * Take care of NOARGS not supported by mainline.
This page took 0.0282 seconds and 4 git commands to generate.