summaryrefslogtreecommitdiff
path: root/threadproc/os2
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2009-02-23 15:01:43 +0000
committerMladen Turk <mturk@apache.org>2009-02-23 15:01:43 +0000
commit1533e40db006f892b602ede1bd1a3ff8791e1a17 (patch)
tree42c406828a4400d527ef08af946a61a69104d310 /threadproc/os2
parent28f86478da12364e7efd60b9100fa1702580f438 (diff)
downloadapr-1533e40db006f892b602ede1bd1a3ff8791e1a17.tar.gz
Remove ipc init from apr_initialize.
On posix make unique tmp name and add that to child environment. The env var name made of child making it almost unique for that process instance git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@747042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/os2')
-rw-r--r--threadproc/os2/proc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/threadproc/os2/proc.c b/threadproc/os2/proc.c
index a9090fcbb..803ab529e 100644
--- a/threadproc/os2/proc.c
+++ b/threadproc/os2/proc.c
@@ -685,11 +685,6 @@ APR_DECLARE(apr_status_t) apr_procattr_ipc_data_get(apr_procattr_t *attr,
return APR_ENOTIMPL;
}
-apr_status_t apr_proc_ipc_init(apr_pool_t *pool)
-{
- return APR_ENOTIMPL;
-}
-
APR_DECLARE(apr_status_t) apr_proc_parent_ipc_data_get(void **data,
apr_size_t *size)
{