From 89e53cea2675eeea7a44ca7e72a9d557f540087a Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 30 Sep 2004 23:25:55 +0000 Subject: [PATCH] It is now understood where the _kern_restore_signal_frame() is used. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9132 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/syscalls.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/kernel/core/syscalls.c b/src/kernel/core/syscalls.c index 372ffedab3..cb6baedc93 100644 --- a/src/kernel/core/syscalls.c +++ b/src/kernel/core/syscalls.c @@ -47,12 +47,9 @@ _user_system_time() return system_time(); } -// XXX: Do we need this? -// Once there was -// case SYSCALL_RETURN_FROM_SIGNAL: *call_ret = _user_restore_signal_frame(); -// But it is not defined in syscalls.h. +// map to the arch specific call static inline -uint64 +int64 _user_restore_signal_frame() { return arch_restore_signal_frame();