From 899869e3e7d8adcc1c2d95b79256ac849df5afb2 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 9 Oct 2007 19:19:03 +0000 Subject: 2007-10-09 Martin Hunt * user/*: Removed obsolete userspace test files. --- runtime/user/copy.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 runtime/user/copy.c (limited to 'runtime/user/copy.c') 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) {}; -- cgit