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
This commit is contained in:
parent
5f169e23f4
commit
89e53cea26
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user