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:
@@ -47,12 +47,9 @@ _user_system_time()
|
|||||||
return system_time();
|
return system_time();
|
||||||
}
|
}
|
||||||
|
|
||||||
// XXX: Do we need this?
|
// map to the arch specific call
|
||||||
// Once there was
|
|
||||||
// case SYSCALL_RETURN_FROM_SIGNAL: *call_ret = _user_restore_signal_frame();
|
|
||||||
// But it is not defined in syscalls.h.
|
|
||||||
static inline
|
static inline
|
||||||
uint64
|
int64
|
||||||
_user_restore_signal_frame()
|
_user_restore_signal_frame()
|
||||||
{
|
{
|
||||||
return arch_restore_signal_frame();
|
return arch_restore_signal_frame();
|
||||||
|
|||||||
Reference in New Issue
Block a user