replaced sys_kill with general thread-aimed sys_send_signal; cleaned up

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1740 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
lillo
2002-10-28 20:38:16 +00:00
parent 79dc21c98a
commit f2bc61304f
9 changed files with 18 additions and 47 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ void start_scheduler(void);
#define BLOCKABLE_SIGS (~((1L << (SIGKILL - 1)) | (1L << (SIGSTOP - 1))))
void handle_signals(struct thread *t, int state);
int handle_signals(struct thread *t, int state);
void thread_enqueue(struct thread *t, struct thread_queue *q);
struct thread *thread_lookat_queue(struct thread_queue *q);