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/runtime.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/user/runtime.h') diff --git a/runtime/user/runtime.h b/runtime/user/runtime.h index 9d098fc7..1d6d5307 100644 --- a/runtime/user/runtime.h +++ b/runtime/user/runtime.h @@ -24,6 +24,7 @@ #include #include + #ifdef DEBUG #define dbug(args...) \ { \ @@ -39,6 +40,8 @@ #undef memcpy #define memcpy __builtin_memcpy +void exit(int status); + #define NEED_STAT_LOCKS 0 #define NEED_COUNTER_LOCKS 0 -- cgit