"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>
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-
+#include <linux/uaccess.h>
#include <linux/debugfs.h>
#include "lttng.h"
#include "lttng-types.h"