summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-02-23 09:09:46 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-02-23 09:09:46 +0000
commit624746ae58d039dfc012d87a327aebe3ac102941 (patch)
treec7625f4f6364b37531b128c10a65d0fd119a9152 /include/apr_thread_proc.h
parentf59776e4c10a58293b76b58ff806a229aa3a26dd (diff)
downloadlibapr-624746ae58d039dfc012d87a327aebe3ac102941.tar.gz
apr_setup_signal_thread() & apr_create_signal_thread() aren't implemented on
OS/2 (or needed AFAIK) so keep them out of exports list. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_proc.h')
-rw-r--r--include/apr_thread_proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h
index dfe482935..1c1bac675 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -584,7 +584,7 @@ APR_DECLARE(apr_status_t) apr_proc_kill(apr_proc_t *proc, int sig);
APR_DECLARE(void) apr_pool_note_subprocess(apr_pool_t *a, apr_proc_t *pid,
enum kill_conditions how);
-#if APR_HAS_THREADS
+#if APR_HAS_THREADS && !defined(OS2)
/**
* Setup the process for a single thread to be used for all signal handling.
* @warn This must be called before any threads are created