mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Remove the rest of the pthreads functions from the threaded MPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -223,12 +223,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef SIGWAIT_TAKES_ONE_ARG
|
||||
#define ap_sigwait(a,b) ((*(b)=sigwait((a)))<0?-1:0)
|
||||
#else
|
||||
#define ap_sigwait(a,b) sigwait((a),(b))
|
||||
#endif
|
||||
|
||||
/* TODO - We need to put OS detection back to make all the following work */
|
||||
|
||||
#if defined(SUNOS4) || defined(IRIX) || defined(NEXT) || defined(AUX3) \
|
||||
|
Reference in New Issue
Block a user