mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
remove BeOS OS support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -141,17 +141,7 @@ static int reclaim_one_pid(pid_t pid, action_t action)
|
||||
" still did not exit, "
|
||||
"sending a SIGKILL",
|
||||
pid);
|
||||
#ifndef BEOS
|
||||
kill(pid, SIGKILL);
|
||||
#else
|
||||
/* sending a SIGKILL kills the entire team on BeOS, and as
|
||||
* httpd thread is part of that team it removes any chance
|
||||
* of ever doing a restart. To counter this I'm changing to
|
||||
* use a kinder, gentler way of killing a specific thread
|
||||
* that is just as effective.
|
||||
*/
|
||||
kill_thread(pid);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case GIVEUP:
|
||||
|
Reference in New Issue
Block a user