From a6c632f50fdaf53107dbf3e89a875c3f71e0fca5 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 31 Aug 2005 18:09:52 +0000 Subject: 2005-08-31 Martin Hunt * emul.h (_stp_kallsyms_lookup): Renamed from kallsyms_lookup. * runtime.h: Add prototype for exit(); * copy.c: New file. Just some empty functions. --- runtime/user/copy.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 runtime/user/copy.c (limited to 'runtime/user/copy.c') diff --git a/runtime/user/copy.c b/runtime/user/copy.c new file mode 100644 index 00000000..2186aa59 --- /dev/null +++ b/runtime/user/copy.c @@ -0,0 +1,7 @@ +long +_stp_strncpy_from_user(char *dst, const char __user *src, long count) +{ + return 0; +} + +void __get_user_4(void) {}; -- cgit