Fix: add missing uaccess.h include (for ARM)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Apr 2012 14:49:07 +0000 (10:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Apr 2012 14:49:07 +0000 (10:49 -0400)
commitd28686c15dba4a8080a2217c92411b93875068dc
tree0f33aa1b0d7e5511b655d501b5e9101cd2c21641
parent2dc86a59c506ab4ee63e50531649b6cf04b3eac6
Fix: add missing uaccess.h include (for ARM)

"What required uaccess.h ?"

   I was getting the following error:
   syscalls_pointers_override.h:6:1: error: implicit declaration of function ?strlen_user?

   I found that strlen_user was defined in asm/uaccess.h, which is
included by linux/uaccess.h.

Suggested-by: Ryan Kyser <Ryan.Kyser@jci.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-events.h
This page took 0.025202 seconds and 4 git commands to generate.