summaryrefslogtreecommitdiffstats
path: root/runtime/user/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/user/copy.c')
-rw-r--r--runtime/user/copy.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/user/copy.c b/runtime/user/copy.c
deleted file mode 100644
index 2186aa59..00000000
--- a/runtime/user/copy.c
+++ /dev/null
@@ -1,7 +0,0 @@
-long
-_stp_strncpy_from_user(char *dst, const char __user *src, long count)
-{
- return 0;
-}
-
-void __get_user_4(void) {};