summaryrefslogtreecommitdiff
path: root/include/ap_config.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-21 01:18:39 +0000
committerRyan Bloom <rbb@apache.org>2001-02-21 01:18:39 +0000
commit962f73f2a20062bddf2253e22ffa985ff99fc801 (patch)
tree709830d07ca26dae3bfa933794c08672e9221311 /include/ap_config.h
parent2edc2edcf6dc205adc09547d05946855a6164000 (diff)
downloadhttpd-962f73f2a20062bddf2253e22ffa985ff99fc801.tar.gz
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
Diffstat (limited to 'include/ap_config.h')
-rw-r--r--include/ap_config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index 6f4b389cb0..eac7483cee 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -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) \