lkml.org 
[lkml]   [2015]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 3/5] um: Add uaccess.h to syscalls_64.c
Date
It's using put_user() and needs this header.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
arch/x86/um/syscalls_64.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/x86/um/syscalls_64.c b/arch/x86/um/syscalls_64.c
index adb08eb..e655227 100644
--- a/arch/x86/um/syscalls_64.c
+++ b/arch/x86/um/syscalls_64.c
@@ -6,6 +6,7 @@
*/

#include <linux/sched.h>
+#include <linux/uaccess.h>
#include <asm/prctl.h> /* XXX This should get the constants from libc */
#include <os.h>

--
1.8.4.5


\
 
 \ /
  Last update: 2015-05-12 01:01    [W:0.034 / U:2.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site