arch_setup_signal_frame() can now fail.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6970 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,7 +24,7 @@ struct thread *arch_thread_get_current_thread(void);
|
|||||||
void arch_thread_set_current_thread(struct thread *t);
|
void arch_thread_set_current_thread(struct thread *t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void arch_setup_signal_frame(struct thread *t, struct sigaction *sa, int sig, int sig_mask);
|
status_t arch_setup_signal_frame(struct thread *t, struct sigaction *sa, int sig, int sig_mask);
|
||||||
int64 arch_restore_signal_frame(void);
|
int64 arch_restore_signal_frame(void);
|
||||||
void arch_check_syscall_restart(struct thread *t);
|
void arch_check_syscall_restart(struct thread *t);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user